Browse Source
Merge pull request #7655 from YevhenBondarenko/feature/max_old_space_size
[3.4.2]added max_old_space_size to the build:prod ui
pull/7666/head
Andrew Shvayka
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
ui-ngx/package.json
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
"ng": "ng", |
|
|
|
"start": "node --max_old_space_size=8048 ./node_modules/@angular/cli/bin/ng serve --configuration development --host 0.0.0.0 --open", |
|
|
|
"build": "ng build", |
|
|
|
"build:prod": "ng build --configuration production --vendor-chunk", |
|
|
|
"build:prod": "node --max_old_space_size=3072 ./node_modules/@angular/cli/bin/ng build --configuration production --vendor-chunk", |
|
|
|
"build:types": "node generate-types.js", |
|
|
|
"test": "ng test", |
|
|
|
"lint": "ng lint", |
|
|
|
|