This commit is contained in:
Taric Xin
2021-12-23 15:42:44 +08:00
parent 6beec8edb9
commit e974ca1593
4 changed files with 136 additions and 90 deletions

View File

@ -13,7 +13,7 @@
"ng": "ng",
"start": "ng s -o --port 4202",
"hmr": "ng s -o --hmr",
"build": "ng build",
"build": "npm run ng-high-memory build --",
"build:dev": "npm run build -- -c dev",
"analyze": "npm run ng-high-memory build -- --source-map",
"analyze:view": "source-map-explorer dist/**/*.js",