Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 1058885

Browse files
committed
build: fix production build issue caused by CLI migration
- the migration set our production builds to use JIT
1 parent 4644322 commit 1058885

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

angular.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
"maximumWarning": "6kb"
9393
}
9494
],
95+
"aot": true,
9596
"commonChunk": false,
9697
"optimization": true,
9798
"outputHashing": "all",
@@ -249,6 +250,7 @@
249250
"with": "scenes/src/environments/environment.prod.ts"
250251
}
251252
],
253+
"aot": true,
252254
"optimization": true,
253255
"outputHashing": "all",
254256
"sourceMap": false,

0 commit comments

Comments
 (0)