mirror of
https://github.com/yaklang/yaklang-chrome-extension.git
synced 2026-09-22 03:10:43 +08:00
Enhance webpack build script with production mode and progress tracking
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node scripts/start.js",
|
"start": "node scripts/start.js",
|
||||||
"build": "cross-env NODE_ENV=production webpack --config webpack.config.js",
|
"build": "cross-env NODE_ENV=production webpack --config webpack.config.js --mode production --progress --no-watch",
|
||||||
"watch": "cross-env NODE_ENV=development webpack --config webpack.config.js",
|
"watch": "cross-env NODE_ENV=development webpack --config webpack.config.js",
|
||||||
"test": "node scripts/test.js"
|
"test": "node scripts/test.js"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user