Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Aot (#2594)
Browse files Browse the repository at this point in the history
Fix up the app to allow for our app to be built with aot enabled.

Fixes #2201
  • Loading branch information
KlapTrap authored and Irfan Habib committed Jul 19, 2018
1 parent fd13d90 commit 29b969e
Show file tree
Hide file tree
Showing 67 changed files with 2,677 additions and 2,724 deletions.
5 changes: 3 additions & 2 deletions angular.json
Expand Up @@ -34,10 +34,10 @@
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": false,
"buildOptimizer": true,
"fileReplacements": [{
"replace": "src/frontend/environments/environment.ts",
"with": "src/frontend/environments/environment.prod.ts"
Expand All @@ -48,6 +48,7 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"aot": true,
"sslCert": "dev-ssl/server.crt",
"proxyConfig": "proxy.conf.js",
"ssl": true,
Expand Down

0 comments on commit 29b969e

Please sign in to comment.