Skip to content

Commit f6f187c

Browse files
committed
Rename window/global to this
1 parent 22a2826 commit f6f187c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

webpack.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ module.exports = {
3333
path: path.resolve(__dirname, 'build'),
3434
library: "ProcesioSDK",
3535
libraryTarget: 'umd',
36-
clean: true
36+
clean: true,
37+
globalObject: 'this'
3738
},
3839
optimization: {
3940
minimize: true,

0 commit comments

Comments
 (0)