extract-css-chunks-webpack-plugin: extract-css-chunks-webpack-plugin breaks in IE11

I 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.

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Reactions: 1
  • Comments: 15 (4 by maintainers)

Commits related to this issue

Most upvoted comments

👍 works great now on my side.

Error in hotLoader.js when running webpack build. You should revert the previous hotLoader.js fix

Hi @ScriptedAlchemy I believe that you have fixed the wrong file. 😅 I have tested that the plugin will work after fixing template literals in L35, 37 and 68 of hotModuleReplacement.js. Btw, thanks for your great plugin.