We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22a2826 commit f6f187cCopy full SHA for f6f187c
1 file changed
webpack.config.js
@@ -33,7 +33,8 @@ module.exports = {
33
path: path.resolve(__dirname, 'build'),
34
library: "ProcesioSDK",
35
libraryTarget: 'umd',
36
- clean: true
+ clean: true,
37
+ globalObject: 'this'
38
},
39
optimization: {
40
minimize: true,
0 commit comments