AndersDJohnson/webpack-babel-env-deps

Handle babel env disabled features.

AndersDJohnson opened this issue · 0 comments

We don't need to transpile certain babel env plugins that are disabled by the user in their Babel env settings.

We could sniff this from user's Babel config.

Or at least provide an option here to manually override considering certain babel env plugins from consideration for transpiling.