Support babel transform options
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