mirror of
https://github.com/embarklabs/embark-babel.git
synced 2026-08-27 15:11:12 +00:00
02c46cd72a6c39dd38551abd3cf0e7ab90e2d908
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```:
```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
```Json
"plugins": {
"embark-babel": {
"minified": false,
"presets": ['es2016']
}
}
```
Description
**DEPRECATED** Plugin for Embark to support es5, es6, es7 and react.
33 KiB
Languages
JavaScript
100%