-
-
Notifications
You must be signed in to change notification settings - Fork 384
normalize-url not working in IE11 #385
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
Please use issue template, also we use old version |
Oh, you are right need decrease version to |
/cc @ScriptedAlchemy |
same here |
@evilebottnawi Having the same issue. When will it be resolved? |
Will open PR tonight. Ive got users on both my plugins opening issues about it. Sorry for delay folks! |
Also we need fix check place |
@ScriptedAlchemy @evilebottnawi when will this go live? |
Fixes faceyspacey#174 Similar to the fix for mini-css-extract-plugin: - webpack-contrib/mini-css-extract-plugin#385 - webpack-contrib/mini-css-extract-plugin#399
Fixes #174 Similar to the fix for mini-css-extract-plugin: - webpack-contrib/mini-css-extract-plugin#385 - webpack-contrib/mini-css-extract-plugin#399
This module depends on
normalize-url
, but it doesn't work for IE11 because it's not transpiled to ES5.For example https://github.com/sindresorhus/normalize-url/blob/master/index.js#L5 this line contains an arrow function.
I can see that there is a similar package but for es5 https://www.npmjs.com/package/normalize-url-es5.
The text was updated successfully, but these errors were encountered: