Skip to content

Commit bb30011

Browse files
authored
Merge pull request #33 from jesusarockias/master
production issue fixed
2 parents a1d4f89 + 413c1a9 commit bb30011

File tree

4 files changed

+2
-193
lines changed

4 files changed

+2
-193
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "18.3.35",
44
"scripts": {
55
"start": "node --max-old-space-size=4096 ./node_modules/@angular/cli/bin/ng serve",
6-
"start:prod": "node --max-old-space-size=4096 ./node_modules/@angular/cli/bin/ng serve --prod",
7-
"build:prod": "node --max-old-space-size=4096 ./node_modules/@angular/cli/bin/ng build --prod --aot --source-map=false --vendor-chunk=true --output-hashing none",
6+
"start:prod": "node --max-old-space-size=8192 ./node_modules/@angular/cli/bin/ng serve --prod",
7+
"build:prod": "node --max-old-space-size=8192 ./node_modules/@angular/cli/bin/ng build --prod --aot --source-map=false --vendor-chunk=true --output-hashing none",
88
"build:dev": "ng build --source-map=false",
99
"test": "ng test",
1010
"lint": "ng lint",

src/app/grid/overview-stackb.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/app/grid/overview.component.ts

Lines changed: 0 additions & 91 deletions
This file was deleted.

src/app/grid/overview.html

Lines changed: 0 additions & 99 deletions
This file was deleted.

0 commit comments

Comments
 (0)