Skip to content

Commit a9f5bb8

Browse files
committed
Restore production on UMD builds
1 parent 0567180 commit a9f5bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"prepublish": "run-s build",
1313
"build": "run-p build:*",
1414
"build:bundle": "cross-env NODE_ENV=production webpack --config webpack.config.babel.js",
15-
"build:umd": "webpack --config webpack.umd.config.babel.js",
15+
"build:umd": "cross-env NODE_ENV=production webpack --config webpack.umd.config.babel.js",
1616
"prebuild": "rimraf build && mkdirp build",
1717
"test": "eslint src",
1818
"release": "node ./script/release.js",

0 commit comments

Comments
 (0)