Skip to content

Commit da6e922

Browse files
committed
chore: 🤖 (upgrade) upgrade to Angular 12
1 parent 1abf57e commit da6e922

File tree

5 files changed

+10511
-8771
lines changed

5 files changed

+10511
-8771
lines changed

angular.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
"build": {
4646
"builder": "@angular-devkit/build-angular:browser",
4747
"options": {
48-
"aot": true,
4948
"outputPath": "dist/ng-sortgrid-demo",
5049
"index": "projects/ng-sortgrid-demo/src/index.html",
5150
"main": "projects/ng-sortgrid-demo/src/main.ts",
@@ -60,7 +59,13 @@
6059
"projects/ng-sortgrid/src/lib/ngsg.css",
6160
"node_modules/@fortawesome/fontawesome-free/css/all.css"
6261
],
63-
"scripts": []
62+
"scripts": [],
63+
"vendorChunk": true,
64+
"extractLicenses": false,
65+
"buildOptimizer": false,
66+
"sourceMap": true,
67+
"optimization": false,
68+
"namedChunks": true
6469
},
6570
"configurations": {
6671
"production": {
@@ -75,7 +80,6 @@
7580
"sourceMap": false,
7681
"extractCss": true,
7782
"namedChunks": false,
78-
"aot": true,
7983
"extractLicenses": true,
8084
"vendorChunk": false,
8185
"buildOptimizer": true,
@@ -91,7 +95,8 @@
9195
}
9296
]
9397
}
94-
}
98+
},
99+
"defaultConfiguration": ""
95100
},
96101
"serve": {
97102
"builder": "@angular-devkit/build-angular:dev-server",

0 commit comments

Comments
 (0)