Skip to content

Commit 5f83f18

Browse files
fix: client
1 parent b2d2296 commit 5f83f18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client-src/webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ module.exports = [
6666
filename: 'sockjs-client/index.js',
6767
library: 'SockJS',
6868
libraryTarget: 'umd',
69+
globalObject: "(typeof self !== 'undefined' ? self : this)",
6970
},
7071
}),
7172
];

0 commit comments

Comments
 (0)