包详细信息

babel-preset-manpacker-react

manpackers12MIT1.10.0

Manpacker babel presets react

babel-core, presets, babel-polyfill, core-js

自述文件

npm npm bundle size npm NPM

nodei.co

Explain

Manpacker react preset based on babel7 encapsulation.
The presets is "manpacker"
The following plug-ins are used:
"babel-plugin-transform-react-remove-prop-types".

Babel presets polyfill default config:

{"useBuiltIns": "usage", corejs: 3}

Configuration items can be referenced: babel-preset-manpacker

Install

npm install babel-preset-manpacker-react -D

Usage

  • Add  .babelrc   file to your project.  

Configuration content of file.

{
  "presets": ["manpacker-react"]
}
  • You can add a configuration entry to the package.json file as follows.
"babel": {
  "presets": ["manpacker-react"]
}

Refer to the following configuration.
Example:

"babel": {
  "presets": [
    ["manpacker-react", {"useBuiltIns": "entry"}]
  ]
}

Ingress files need to be manually introduced

import "@babel/polyfill"

Npm

link