-
-
Couldn't load subscription status.
- Fork 1.5k
Closed
Description
-
Operating System: Windows 10
-
Node Version: 14.15.1
-
NPM Version: 6.14.5
-
webpack Version: 4.44.2
-
webpack-dev-server Version: v4.0.0-beta.0
-
Browser: IE11
-
This is a bug
-
This is a modification request
Code
// webpack.config.js
{
mode: "development",
devServer: {
static: path.resolve(__dirname, "public"),
hot: "only",
transportMode: "sockjs",
},
stats: "minimal",
}Expected Behavior
It works in IE11. I enabled sock.js transportMode.
Actual Behavior
It throws an error in IE11 in the following file:
'Symbol' is undefined
https://github.com/webpack/webpack-dev-server/blob/master/client-src/transpiled-modules/log.js
Metadata
Metadata
Assignees
Labels
No labels