Skip to content

Commit ae5a2e6

Browse files
chore: updated to Angular v12
1 parent bdbe629 commit ae5a2e6

File tree

7 files changed

+5844
-6266
lines changed

7 files changed

+5844
-6266
lines changed

angular.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"build": {
1818
"builder": "@angular-devkit/build-angular:browser",
1919
"options": {
20-
"aot": true,
2120
"outputPath": "dist/angular-observables",
2221
"index": "src/index.html",
2322
"main": "src/main.ts",
@@ -30,7 +29,13 @@
3029
"styles": [
3130
"src/styles.sass"
3231
],
33-
"scripts": []
32+
"scripts": [],
33+
"vendorChunk": true,
34+
"extractLicenses": false,
35+
"buildOptimizer": false,
36+
"sourceMap": true,
37+
"optimization": false,
38+
"namedChunks": true
3439
},
3540
"configurations": {
3641
"production": {
@@ -45,7 +50,6 @@
4550
"sourceMap": false,
4651
"extractCss": true,
4752
"namedChunks": false,
48-
"aot": true,
4953
"extractLicenses": true,
5054
"vendorChunk": false,
5155
"buildOptimizer": true,

0 commit comments

Comments
 (0)