Skip to content

Commit b8e06a8

Browse files
refactor: use globalObject "self" in webpack configuration
1 parent 6551683 commit b8e06a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = {
1111
filename: "engine.io.js",
1212
library: "eio",
1313
libraryTarget: "umd",
14-
globalObject: "this"
14+
globalObject: "self"
1515
},
1616
mode: "development",
1717
node: false,

0 commit comments

Comments
 (0)