0.1.5 • Published 6 years ago

@mwxltd/babel-preset-react-app v0.1.5

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

@mwxltd/babel-preset-react-app

This package includes the Babel preset used in MWX Ltd projects.

Usage

First, install Babel.

Then install babel-preset-react-app.

npm install @mwxltd/babel-preset-react-app --save-dev

Then add the following to the package.json of the project:

  "babel": {
    "presets": [
      "@mwxltd/react-app"
    ]
  },