embark-babel

1.0.0 • Public • Published

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:

  • minified: true/false (default: true)
  • presents: list of presents (default: ['es2015', 'es2016', 'es2017', 'react'])

e.g

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

Readme

Keywords

none

Package Sidebar

Install

npm i embark-babel

Weekly Downloads

1

Version

1.0.0

License

Apache

Last publish

Collaborators

  • iurimatias
  • andremedeiros
  • pascalprecht
  • jrainville
  • emizzle
  • embarkbot