Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

babel-preset-es2015-rollup

rollup19.1kMIT3.0.0

This is babel-preset-es2015, minus modules-commonjs, plus external-helpers. Use it wi

readme

changelog

babel-preset-es2015-rollup changelog

3.0.0

  • Remove modify-babel-preset and manually edit the preset, to reinstate npm 2 support

2.0.0

  • 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

1.2.0

  • Update modify-babel-preset to fix #7 (#8)

1.1.0

  • Update to use renamed external-helpers plugin (#3)
  • Use modify-babel-preset (#4)

1.0.0

  • First release