Skip to content

Releases: power-assert-js/espower-babel

1.4.1

28 Mar 03:03
@azu azu
Compare
Choose a tag to compare

Support babel transform options

12 Mar 02:57
@azu azu
Compare
Choose a tag to compare

Babel has many transform options.

espower-babel support babel transform options with .babelrc

espower-babel read ${cwd}/.babelrc if exists.

also can manually configure babel transform options.

require('espower-babel')({
    babelrc: {
        experimental: true
    }
})

Thanks @mohayonao


use case