-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Const causing IE9 bundle to break. #1091
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
It breaks IE11 as well. |
@syte old-IE support ended in January 2016. Please see https://www.microsoft.com/en-us/windowsforbusiness/end-of-ie-support. Unfortunately you'll have to use an older version (2.7) if you'd like to continue to support old IE. Old IE support has been discontinued for so long that this can't be considered a breaking change, rather just catching up with the times. @teod Hm I think you're mistaken on This isn't one we're going to be fixing I'm afraid. For those that still need to run this on old IE, you'll have to set your dependencies to 2.7.1. |
|
Uh oh!
There was an error while loading. Please reload this page.
Code
Const in https://github.com/webpack/webpack-dev-server/blob/master/client/index.js is breaking IE9. Const is unsupported in ie9. It seems like the error was introduced here: 69239ce#diff-895656aeaccff5d7c0f56a113ede9662
Expected Behavior
Const shouldn't be used
Actual Behavior
Const is being used and breaking IE9.
For Bugs; How can we reproduce the behavior?
Running a bare config using webpack-dev-server with hot reloading.
The text was updated successfully, but these errors were encountered: