extract-css-chunks-webpack-plugin breaks in IE11
See original GitHub issueI have encounter an issue while using this plugin it breaks in Internet Explorer 11. further narrow down the problem the root cause is arrow function inside hotModuleReplacement.js
right now hotModuleReplacement is not getting transpiled with babel causing this issue. could you please look into it.
I try out three versions 3.0.5, 3.0.6, 3.0.7 and issue exist in all the three version.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:15 (4 by maintainers)
Top Results From Across the Web
normalize-url not working in IE11 · Issue #385 - GitHub
This module depends on normalize-url, but it doesn't work for IE11 because it's not transpiled to ES5.
Read more >Internet Explorer (IE11) ignores CSS break-inside: avoid
Is there any reason WHY Internet Explorer needs an inline element to have the break-inside: avoid working correctly? – BurninLeo. Apr 28, 2016 ......
Read more >Disable Internet Explorer 11 | Microsoft Learn
This article describes how to disable Internet Explorer 11 as a standalone browser in your environment. Prerequisites. The following Windows ...
Read more >Microsoft Suggests Ending IE 11 Before It Gets Disabled
Microsoft advised organizations to remove Internet Explorer 11 via Group ... end it via Group Policy if they think things won't break.
Read more >Dropping Support For IE11 Is Progressive Enhancement
I've had sites I work on break for months at a time in Internet Explorer with no complaints from readers. One site I...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
👍 works great now on my side.
Error in
hotLoader.js
when running webpack build. You should revert the previoushotLoader.js
fix