1 | # babel-preset-es2015-rollup changelog
|
2 |
|
3 | ## 3.0.0
|
4 |
|
5 | * Remove `modify-babel-preset` and manually edit the preset, to reinstate npm 2 support
|
6 |
|
7 | ## 2.0.0
|
8 |
|
9 | * Install `babel-plugin-transform-es2015-modules-commonjs` and `babel-plugin-external-helpers` so that `modify-babel-preset` can identify and remove them when npm 2 is involved
|
10 |
|
11 | ## 1.2.0
|
12 |
|
13 | * Update modify-babel-preset to fix [#7](https://github.com/rollup/babel-preset-es2015-rollup/issues/7) ([#8](https://github.com/rollup/babel-preset-es2015-rollup/pull/8))
|
14 |
|
15 | ## 1.1.0
|
16 |
|
17 | * Update to use renamed `external-helpers` plugin ([#3](https://github.com/rollup/babel-preset-es2015-rollup/pull/3))
|
18 | * Use modify-babel-preset ([#4](https://github.com/rollup/babel-preset-es2015-rollup/pull/4))
|
19 |
|
20 | ## 1.0.0
|
21 |
|
22 | * First release
|