-
-
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
TypeError: Cannot read property 'toStringTag' of undefined #689
Comments
I can't say anything since I don't see required information, but if you expect |
This comment has been minimized.
This comment has been minimized.
About #513 I don't think it's a In my case, this problem appear when |
...ook.
Could you check how it works for you? |
@Airkro seems your problem started when |
It seems the answer above. Due to lack of reactions, closed as |
First off, I'm not sure if I should report this in the babel repo or here :)
Trying to polyfill for ie11, getting this while compiling:
TypeError: Cannot read property 'toStringTag' of undefined
[...]
(it goes away if I remove the ie11 requirement).
Is there some polyfill for ie11 missing? core-js/modules/es.symbol? Should it be included?
Here's my webpack.prod.config:
And here's my webpack.base.config:
The text was updated successfully, but these errors were encountered: