2.0.0: Babel 5.x support
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
}
})
Breaking Change
if you use it with Babel's experimental flag, change option to following that:
require('espower-babel')({
babelrc: {
stage: 0
}
})