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
- fix(.eslintrc,hotModuleReplacement.js): Update linting rules, remove arrow functions Arrow functions break IE11 (whats new), updated eslint so it wont autofix it fix #83 — committed to faceyspacey/extract-css-chunks-webpack-plugin by ScriptedAlchemy 6 years ago
- fix(.eslintrc,hotModuleReplacement.js): Update linting rules, no arrows (#85) * fix(.eslintrc,hotModuleReplacement.js): Update linting rules, remove arrow functions Arrow functions break IE11 (wha... — committed to faceyspacey/extract-css-chunks-webpack-plugin by ScriptedAlchemy 6 years ago
👍 works great now on my side.
Error in
hotLoader.js
when running webpack build. You should revert the previoushotLoader.js
fixHi @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.