Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

Releases: eventualbuddha/babelrc-rollup

v3.0.0

08 Aug 23:42
Compare
Choose a tag to compare

<a name"3.0.0">

3.0.0 (2016-08-08)

Features

  • update to work with babel v6.13.x by passing options (#4) (5cfa3be8)

Breaking Changes

  • we no longer look for -rollup suffixed presets unless you specifically ask to. You can restore the old behavior as described in the README.

Works around rollup/babel-preset-es2015-rollup#7.
(5cfa3be8)

v2.0.0

13 Jul 01:41
Compare
Choose a tag to compare

<a name"2.0.0">

2.0.0 (2016-07-13)

Features

  • find any preset with a matching -rollup suffixed version (#3) (8fad7a7e, closes #1)

Breaking Changes

  • This will differ in behavior since it may use presets that you didn’t expect. The previous version only used es2015-rollup in lieu of es2015.

Closes #1

(8fad7a7e)