Skip to content

v6.13.1

Compare
Choose a tag to compare
@loganfsmyth loganfsmyth released this 05 Aug 04:26
· 9215 commits to main since this release

v6.13.1 (2016-08-04)

We had a regression in our new babel-preset-es2015@6.13.0 that made it unexpectedly backward-incompatible. This release introduces a new alternative plugin-options approach that is uglier but supports backward-compatiblity. Ideally new plugins would use the new module.exports = function(babel, options){ } approach and simple skip supporting babel-core@<6.13.x.

Bug Fix

  • babel-core, babel-preset-es2015