-
Notifications
You must be signed in to change notification settings - Fork 85
extract-css-chunks-webpack-plugin breaks in IE11 #83
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
Comments
Fixing now, thank you! |
…arrow functions Arrow functions break IE11 (whats new), updated eslint so it wont autofix it fix #83
Let me know if this solves it @nirbhaymandelia |
Still not able to, Now I see destructuring objects |
@nirbhaymandelia 3.0.8-beta.2 try that? |
Hi, i tested beta.2 and template literals are still causing issue. |
Released beta.3, sorry that part came from someone else so i didnt think to check it!! |
Released beta.3, sorry that part came from someone else so i didn't think to check it!! |
Hi @ScriptedAlchemy I believe that you have fixed the wrong file. 😅 |
@kevinlaw91 Can you share your |
Okay @kevinlaw91 @nirbhaymandelia I updated the next tag Please, once more: Apologies for the back and forth on this one |
Error in |
Okay done and om NPM |
👍 works great now on my side. |
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.
The text was updated successfully, but these errors were encountered: