You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dev server has been working fine in IE11 until recently. Due to the workaround above I suspect something has changed in webpack-dev-server to cause it not to load in IE.
The text was updated successfully, but these errors were encountered:
Version
3.8.2
Reproduction link
https://github.com/joelearn/ie11-dev-server-issue
Environment info
Steps to reproduce
babel.config.js:
What is expected?
The Welcome page loads.
What is actually happening?
A blank screen.
Error in console:
SCRIPT1002: Syntax error
app.js (4001,1)
A workaround is to install an older version of webpack-dev-server.
The dev server has been working fine in IE11 until recently. Due to the workaround above I suspect something has changed in webpack-dev-server to cause it not to load in IE.
The text was updated successfully, but these errors were encountered: