Skip to content

Commit db836ff

Browse files
Merge pull request #1 from jwala-anirudh/angular-v9
Angular v9
2 parents dbc705d + 8e7033f commit db836ff

13 files changed

+15522
-11251
lines changed

angular.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"build": {
1414
"builder": "@angular-devkit/build-angular:browser",
1515
"options": {
16+
"aot": true,
1617
"outputPath": "dist/demo-app",
1718
"index": "src/index.html",
1819
"main": "src/main.ts",
@@ -24,6 +25,12 @@
2425
},
2526
"configurations": {
2627
"production": {
28+
"budgets": [
29+
{
30+
"type": "anyComponentStyle",
31+
"maximumWarning": "6kb"
32+
}
33+
],
2734
"fileReplacements": [
2835
{
2936
"replace": "src/environments/environment.ts",
@@ -114,7 +121,8 @@
114121
},
115122
"configurations": {
116123
"production": {
117-
"project": "projects/angular2-cookie-law/ng-package.prod.json"
124+
"project": "projects/angular2-cookie-law/ng-package.prod.json",
125+
"tsConfig": "projects/angular2-cookie-law/tsconfig.lib.prod.json"
118126
}
119127
}
120128
},
File renamed without changes.

0 commit comments

Comments
 (0)