Skip to content

Commit d990793

Browse files
committed
change webpack command
1 parent 79ee7ab commit d990793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"private": true,
88
"scripts": {
9-
"build": "webpack -p",
9+
"build": "webpack --mode production",
1010
"start": "webpack && qode ./dist/index.js",
1111
"debug": "webpack && qode --inspect ./dist/index.js"
1212
},

0 commit comments

Comments
 (0)