Skip to content

v3.0.0-beta.1

* [feat] Change `embedAst` option's default to `true`
* [feat] Babel7 support

Babel7 is incompatible with Babel6. Babel6 is incompatible with Babel5.

For Babel6, you need to use the 2.x release of babel-plugin-espower.

```
$ npm install --save-dev [email protected]
```

For Babel5 or lower, you need to use the 1.x release of babel-plugin-espower.

```
$ npm install --save-dev [email protected]
```

Changing `embedAst` option's default to `true` does not break builds but may slow your build time down. If you are aware that you are not using non-ES-standard syntax, changing `embedAst` option to `false` restores the former behavior.
Assets 2
Loading