mirror of
https://github.com/yaklang/yaklang-chrome-extension.git
synced 2026-09-21 19:10:41 +08:00
Enhance webpack build script with production mode and progress tracking
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"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",
|
||||
"test": "node scripts/test.js"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user