Skip to content

Commit 60b8ace

Browse files
committed
Revert "chore: 🤖 (upgrade) upgrade to Angular 12"
This reverts commit da6e922
1 parent da6e922 commit 60b8ace

File tree

5 files changed

+9318
-11058
lines changed

5 files changed

+9318
-11058
lines changed

angular.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"build": {
4646
"builder": "@angular-devkit/build-angular:browser",
4747
"options": {
48+
"aot": true,
4849
"outputPath": "dist/ng-sortgrid-demo",
4950
"index": "projects/ng-sortgrid-demo/src/index.html",
5051
"main": "projects/ng-sortgrid-demo/src/main.ts",
@@ -59,13 +60,7 @@
5960
"projects/ng-sortgrid/src/lib/ngsg.css",
6061
"node_modules/@fortawesome/fontawesome-free/css/all.css"
6162
],
62-
"scripts": [],
63-
"vendorChunk": true,
64-
"extractLicenses": false,
65-
"buildOptimizer": false,
66-
"sourceMap": true,
67-
"optimization": false,
68-
"namedChunks": true
63+
"scripts": []
6964
},
7065
"configurations": {
7166
"production": {
@@ -80,6 +75,7 @@
8075
"sourceMap": false,
8176
"extractCss": true,
8277
"namedChunks": false,
78+
"aot": true,
8379
"extractLicenses": true,
8480
"vendorChunk": false,
8581
"buildOptimizer": true,
@@ -95,8 +91,7 @@
9591
}
9692
]
9793
}
98-
},
99-
"defaultConfiguration": ""
94+
}
10095
},
10196
"serve": {
10297
"builder": "@angular-devkit/build-angular:dev-server",

0 commit comments

Comments
 (0)