-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error in IE11 with "internals/well-known-symbol.js" #513
Comments
upgrade to core-js@3.0.0, in my bundled js file,there're these "Symbol" stuff,but not exist @v2.6.5 more configuration files:
".browserslistrc"
|
I have no ideas in which case it's possible - without global |
Not sure if better is to open a new issue or piggyback on that one but I too have issues in IE11 trying to upgrade to core-js 3. The error is I've started with just plain Where should I look to provide more data about the issue? Thanks in advance! |
@somebody32 seems it's another issue. Could you open it and provide more data / a reproducible example? |
@scrollbar-ww are you sure that |
i am using rollup & rollp-plugin-babel plugin for bundling my project,here's the plugin args:
|
Rollup treeshakes the following:
into:
Which evaluates to |
Interesting. Seems it's a |
rollup treeshaking is removing the Object.getOwnPropertyNames FAILS_ON_PRIMITIVES feature test. This is related to these rollup issue rollup/rollup#1771 rollup/rollup#2790 Related issue and fix zloirock#513 zloirock@f813c4e
rollup treeshaking is removing the Object.getOwnPropertyNames FAILS_ON_PRIMITIVES feature test. This is related to these rollup issue rollup/rollup#1771 rollup/rollup#2790 Related issues zloirock#494 zloirock#513
version: core-js@3.0.0
"internals/fix-regexp-well-known-symbol-logic.js":
line: 8
var SPECIES = wellKnownSymbol('species')
this "wellKnownSymbol" method got wrong.
"internals/well-known-symbol.js":
there's no global Symbol, and "NATIVE_SYMBOL" is "true"
The text was updated successfully, but these errors were encountered: