Skip to content
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

normalize-url not working in IE11 #385

Closed
lstkz opened this issue Apr 25, 2019 · 8 comments · Fixed by #399
Closed

normalize-url not working in IE11 #385

lstkz opened this issue Apr 25, 2019 · 8 comments · Fixed by #399

Comments

@lstkz
Copy link

lstkz commented Apr 25, 2019

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.

@alexander-akait
Copy link
Member

Please use issue template, also we use old version normalize-url that support ES5 (https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/package.json#L44)

@alexander-akait
Copy link
Member

Oh, you are right need decrease version to 1.9.1 (https://github.com/sindresorhus/normalize-url/blob/v1.9.1/index.js)

@alexander-akait
Copy link
Member

/cc @ScriptedAlchemy

@DimitrK
Copy link

DimitrK commented May 8, 2019

same here

@ease-space
Copy link

@evilebottnawi Having the same issue. When will it be resolved?

@ScriptedAlchemy
Copy link
Contributor

Will open PR tonight. Ive got users on both my plugins opening issues about it. Sorry for delay folks!

@alexander-akait
Copy link
Member

Also we need fix check place

@jcarty
Copy link

jcarty commented May 24, 2019

@ScriptedAlchemy @evilebottnawi when will this go live?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants