We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6551683 commit b8e06a8Copy full SHA for b8e06a8
support/webpack.config.js
@@ -11,7 +11,7 @@ module.exports = {
11
filename: "engine.io.js",
12
library: "eio",
13
libraryTarget: "umd",
14
- globalObject: "this"
+ globalObject: "self"
15
},
16
mode: "development",
17
node: false,
0 commit comments