-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
mini-css-extract-plugin is not compatible with ie11 #4646
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
You are referring to an outdated issue. I think it's likely to be caused by other dependencies in your project. So please provide a reproduction repo. Also, as a last resort, you can try to add |
Here is a simple reproduction - https://github.com/Billaye/extract-css-bug Done using
The main problem is I've tried to transpile that module directly, it had some issues. I'd avoid that for now. Thanks for responding. |
Thanks for the report! |
Sorry for the delay, now v3.12 is available. |
Version
3.11.0
Environment info
Steps to reproduce
vue.config.js
-> css { extract: true} } )What is expected?
Application runs in ie11
What is actually happening?
Unable to open application in ie11 due to compilation errors
The issue seems to be that @vue/cli-service is relying on
mini-css-extract-plugin
: "^0.6.0" which relies on a version of "normalize-url" which is incompatible with ie11.see below for more information.
webpack-contrib/mini-css-extract-plugin#385
The text was updated successfully, but these errors were encountered: