We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 710d7ba commit 6a32436Copy full SHA for 6a32436
webpack.umd.config.babel.js
@@ -7,6 +7,7 @@ const umdConfig = Object.assign({}, baseConfig, {
7
},
8
9
output: {
10
+ globalObject: "this",
11
path: path.resolve(__dirname, "build"),
12
publicPath: "/",
13
filename: "[name].js",
0 commit comments