Browse Source

[修改]修改打包命令npm run build -prod

dev
邵佳豪 3 years ago
parent
commit
57165c0925
  1. 2
      package.json

2
package.json

@ -4,7 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config proxy.config.json --open --port 4000 ",
"build": "ng build --prod",
"build": "node --max_old_space_size=5048 ./node_modules/@angular/cli/bin/ng build --prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"

Loading…
Cancel
Save