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