1.0.0 • Published 7 years ago

embark-babel v1.0.0

Weekly downloads
-
License
Apache
Repository
-
Last release
7 years ago

Embark-Babel

Plugin for Embark to support es5, es6, es7 and react.

Installation

In your embark dapp directory: npm install embark-babel --save

then add embark-babel to the plugins section in embark.json:

  "plugins": {
    "embark-babel": {}
  }

Configuration

the options are supported in the configuration:

e.g

  "plugins": {
    "embark-babel": {
      "minified": false,
      "presets": ['es2016']
     }
  }