You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 anexclude
call - that is, not include them in the whitelist of node modules that is allowed in the regex.The text was updated successfully, but these errors were encountered: