Skip to content

Commit 081cd10

Browse files
committed
build: update Angular, CLI
1 parent 94cb236 commit 081cd10

File tree

4 files changed

+10494
-8703
lines changed

4 files changed

+10494
-8703
lines changed

angular.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"build": {
1818
"builder": "@angular-devkit/build-angular:browser",
1919
"options": {
20+
"aot": true,
2021
"outputPath": "dist/",
2122
"index": "src/index.html",
2223
"main": "src/main.ts",
@@ -57,6 +58,10 @@
5758
"type": "initial",
5859
"maximumWarning": "2mb",
5960
"maximumError": "3mb"
61+
},
62+
{
63+
"type": "anyComponentStyle",
64+
"maximumWarning": "6kb"
6065
}
6166
]
6267
}

0 commit comments

Comments
 (0)