Skip to content

Commit 3ab7270

Browse files
authored
fix: set webpack globalObject to "this" (#115)
1 parent 0f61e00 commit 3ab7270

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ module.exports = {
88
},
99
devtool: process.env.NODE_ENV ? "source-map" : "inline-source-map",
1010
output: {
11+
globalObject: 'this',
1112
library: {
1213
name: "helpers",
1314
type: "umd",

0 commit comments

Comments
 (0)