dev-config

This commit is contained in:
Taric Xin
2021-12-23 15:35:45 +08:00
parent 716bbea97c
commit 6ee9324cdb
26 changed files with 609 additions and 265 deletions

View File

@ -13,7 +13,8 @@
"ng": "ng",
"start": "ng s -o --port 4202",
"hmr": "ng s -o --hmr",
"build": "npm run ng-high-memory build",
"build": "ng build",
"build:dev": "npm run build -- -c dev",
"analyze": "npm run ng-high-memory build -- --source-map",
"analyze:view": "source-map-explorer dist/**/*.js",
"lint": "npm run lint:ts && npm run lint:style",
@ -132,4 +133,4 @@
"name": "pro",
"version": "12.0.0"
}
}
}