4.4.7-alpha.9 • Published 3 years ago

@mrbuilder/plugin-cra v4.4.7-alpha.9

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Provides react-scripts like builds. Should be used with the preset-cra, for most accurate results.

Usage

In your create-react-app replace react-scripts with mrbuilder-react-scripts.

In your package.json

 "scripts": {
    "start": "mrbuilder-react-scripts start",
    "build": "mrbuilder-react-scripts build",
    "test": "mrbuilder-react-scripts test"
  },

Babel

This plugin adds the following to babel.

Webpack

This plugin configures webpack.