Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | "ng": "ng", |
6 | 6 | "start": "ng serve --host 0.0.0.0 --open", |
7 | 7 | "build": "ng build", |
8 | - "build:prod": "ng build --prod --vendor-chunk", | |
8 | + "build:prod": "node --max_old_space_size=8048 ./node_modules/@angular/cli/bin/ng build --prod --vendor-chunk", | |
9 | 9 | "test": "ng test", |
10 | 10 | "lint": "ng lint", |
11 | 11 | "e2e": "ng e2e" | ... | ... |