Skip to content

2.0.0: Babel 5.x support

Choose a tag to compare

@azu azu released this 09 Apr 13:22
· 70 commits to master since this release

Breaking Change

  • Babel 5.x support

if you use it with Babel's experimental flag, change option to following that:

require('espower-babel')({
    babelrc: {
        stage: 0
    }
})