Skip to content

Commit bf40738

Browse files
author
Mező Dávid
committed
Task 2
2 parents 16bbff2 + 3b7a176 commit bf40738

File tree

11 files changed

+10968
-6333
lines changed

11 files changed

+10968
-6333
lines changed
File renamed without changes.

angular.json

Lines changed: 6 additions & 3 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/angular-introduction3",
2122
"index": "src/index.html",
2223
"main": "src/main.ts",
@@ -29,8 +30,7 @@
2930
"styles": [
3031
"src/styles.scss"
3132
],
32-
"scripts": [],
33-
"es5BrowserSupport": true
33+
"scripts": []
3434
},
3535
"configurations": {
3636
"production": {
@@ -43,7 +43,6 @@
4343
"optimization": true,
4444
"outputHashing": "all",
4545
"sourceMap": false,
46-
"extractCss": true,
4746
"namedChunks": false,
4847
"aot": true,
4948
"extractLicenses": 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)