Skip to content

Commit 14740b1

Browse files
committed
fix lint
1 parent 30c840b commit 14740b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.umd.config.babel.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const umdConfig = Object.assign({}, baseConfig, {
77
},
88

99
output: {
10-
globalObject: "this",
10+
globalObject: "this",
1111
path: path.resolve(__dirname, "build"),
1212
publicPath: "/",
1313
filename: "[name].js",

0 commit comments

Comments
 (0)