AndersDJohnson / AndersDJohnson/webpack-babel-env-deps
consume babel-preset-env targets for except
Open
enhancement
help wanted
- Dominant language
- JavaScript
- Stars
- 131
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
This would allow us to except from transpilation any modules that don't meet user-specified minimum targeted node version anyway (https://github.com/babel/babel-preset-env#targetsnode).
We would treat these modules as if they were passed to `except` on an `exclude` call - that is, not include them in the whitelist of node modules that is allowed in the regex.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.