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
{{ message }}
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.
Since babel@6.4, they will not include polyfills, but other shims like collections will be used in process scope ( babel-polyfill will overwrite them before )
Thanks for reporting. This is a pretty ugly situation because no build tool should ever put polyfills (especially broken ones!) in the global scope. However I agree it’s best that we work around this.
Since babel@6.4, they will not include polyfills, but other shims like
collections
will be used in process scope ( babel-polyfill will overwrite them before )montagejs/collections#139
It will broken
matchesPatterns
, because ofJust notice it, if someone use webpack with other packages, the global shim will make babel-plugin-react-transform broken
The text was updated successfully, but these errors were encountered: