Skip to content

Commit 1d5ad1e

Browse files
committed
fix(angular): upgrade angular version to 12
1 parent e7cc224 commit 1d5ad1e

File tree

9 files changed

+12699
-15850
lines changed

9 files changed

+12699
-15850
lines changed

lightgallery-angular/angular.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"main": "projects/angular-demo/src/main.ts",
2323
"polyfills": "projects/angular-demo/src/polyfills.ts",
2424
"tsConfig": "projects/angular-demo/tsconfig.app.json",
25-
"aot": true,
2625
"assets": [
2726
"projects/angular-demo/src/favicon.ico",
2827
"projects/angular-demo/src/assets"
@@ -31,7 +30,13 @@
3130
"projects/angular-demo/src/styles.scss"
3231
],
3332
"scripts": [
34-
]
33+
],
34+
"vendorChunk": true,
35+
"extractLicenses": false,
36+
"buildOptimizer": false,
37+
"sourceMap": true,
38+
"optimization": false,
39+
"namedChunks": true
3540
},
3641
"configurations": {
3742
"production": {
@@ -61,7 +66,8 @@
6166
}
6267
]
6368
}
64-
}
69+
},
70+
"defaultConfiguration": ""
6571
},
6672
"serve": {
6773
"builder": "@angular-devkit/build-angular:dev-server",

0 commit comments

Comments
 (0)