mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
made production build to be smaller and have sourcemap
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"scripts": {
|
||||
"start:client": "webpack-dev-server --mode development --progress --open",
|
||||
"test": "jest --watch",
|
||||
"build": "rimraf docs && webpack --progress",
|
||||
"build": "rimraf docs && webpack --progress --mode production",
|
||||
"start:server": "nodemon -w server server/index.js",
|
||||
"start": "run-p start:server start:client"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user