-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
- This is a bug
- This is a modification request
Code
// webpack.config.js
// additional code, remove if not needed.
Please paste the results of webpack-cli info
here, and mention other relevant information
Expected Behavior
It works with IE11
Actual Behavior
I am getting a stack out of space error on IE11 which I think is because of recursion of my core-js symbol polyfill conflicting with your core-js during the Symbol polyfill
For Bugs; How can we reproduce the behavior?
Since you ask users to polyfill Promise and I think my Symbol polyfill is stepping on your Symbol polyfill maybe the best way is to skip using that and just tell people webpack-dev-server client needs to be transpiled if you want to use it in an old browser. I tested it with the polyfill I am getting a stack out of space error, without a polyfill it works.
For Features; What is the motivation and/or use-case for the feature?
Metadata
Metadata
Assignees
Labels
No labels