Skip to content

Commit 7a7ddee

Browse files
Merge pull request #45 from ngx-builders/chore--update-the-angular-version-to-9
Chore: update the angular version to 9
2 parents 0f816e5 + 7a88840 commit 7a7ddee

13 files changed

+10735
-5872
lines changed

angular.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"main": "src/main.ts",
1919
"polyfills": "src/polyfills.ts",
2020
"tsConfig": "tsconfig.app.json",
21-
"aot": false,
21+
"aot": true,
2222
"assets": [
2323
"src/favicon.ico",
2424
"src/assets",
@@ -44,7 +44,6 @@
4444
"sourceMap": false,
4545
"extractCss": true,
4646
"namedChunks": false,
47-
"aot": true,
4847
"extractLicenses": true,
4948
"vendorChunk": false,
5049
"buildOptimizer": true,
@@ -53,6 +52,10 @@
5352
"type": "initial",
5453
"maximumWarning": "2mb",
5554
"maximumError": "5mb"
55+
},
56+
{
57+
"type": "anyComponentStyle",
58+
"maximumWarning": "6kb"
5659
}
5760
],
5861
"serviceWorker": true,
@@ -124,5 +127,8 @@
124127
}
125128
}
126129
},
127-
"defaultProject": "angular-builders"
128-
}
130+
"defaultProject": "angular-builders",
131+
"cli": {
132+
"analytics": "02413cf1-b5b8-42b1-8c01-5a81a3a99231"
133+
}
134+
}

ngsw-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"/favicon.ico",
1111
"/index.html",
1212
"/*.css",
13-
"/*.js"
13+
"/*.js",
14+
"/manifest.webmanifest"
1415
]
1516
}
1617
}, {

0 commit comments

Comments
 (0)