Skip to content

Commit e11b23a

Browse files
committed
updated to angular 9.x.x
1 parent 91d8c36 commit e11b23a

File tree

4 files changed

+3131
-1263
lines changed

4 files changed

+3131
-1263
lines changed

angular.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"main": "src/main.ts",
2323
"polyfills": "src/polyfills.ts",
2424
"tsConfig": "tsconfig.app.json",
25-
"aot": false,
25+
"aot": true,
2626
"assets": [
2727
"src/favicon.ico",
2828
"src/assets"
@@ -45,7 +45,6 @@
4545
"sourceMap": false,
4646
"extractCss": true,
4747
"namedChunks": false,
48-
"aot": true,
4948
"extractLicenses": true,
5049
"vendorChunk": false,
5150
"buildOptimizer": true,
@@ -54,6 +53,10 @@
5453
"type": "initial",
5554
"maximumWarning": "2mb",
5655
"maximumError": "5mb"
56+
},
57+
{
58+
"type": "anyComponentStyle",
59+
"maximumWarning": "6kb"
5760
}
5861
]
5962
}

0 commit comments

Comments
 (0)