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
Hi. I am getting the following error in IE11 when running my Webpack/Babel app:
IE's debugger points to line 37 of core-js/internals/collection.js. If I remove the core-js/stable import from my app, the next WeakMap occurence will throw the same error. It was my impression, however, that core-js was supposed polyfill WeakMap in IE
I am using:
core-js 3.8.3
webpack 5.9.0
@babel/core 7.12.9 (with /node_modules/ excluded)
I import 'core-js/stable as the first thing in my entry point.
I have tried the suggestion from Issue 485 with no luck.
The text was updated successfully, but these errors were encountered:
I solved my issue by reverting to the deprecated @babel/polyfill. I have tried a bunch of different configurations for Babel and Core-JS, but I was unable to replicate the behavior. It's probably rather a babel or webpack issue.
Hi. I am getting the following error in IE11 when running my Webpack/Babel app:
IE's debugger points to line 37 of
core-js/internals/collection.js
. If I remove thecore-js/stable
import from my app, the next WeakMap occurence will throw the same error. It was my impression, however, thatcore-js
was supposed polyfill WeakMap in IEI am using:
/node_modules/
excluded)I
import 'core-js/stable
as the first thing in my entry point.I have tried the suggestion from Issue 485 with no luck.
The text was updated successfully, but these errors were encountered: