Skip to content

Commit 554d766

Browse files
author
Alain BOUDARD
committed
fix: update angular 12
BREAK : mise à jour version majeure
1 parent d09f1ec commit 554d766

File tree

6 files changed

+6957
-6677
lines changed

6 files changed

+6957
-6677
lines changed

src/angular/angular.json

+9-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"build": {
1212
"builder": "@angular-devkit/build-angular:browser",
1313
"options": {
14-
"aot": true,
1514
"outputPath": "../main/resources/static",
1615
"index": "src/index.html",
1716
"main": "src/main.ts",
@@ -25,7 +24,13 @@
2524
"src/assets/vendor.scss",
2625
"src/assets/main.scss"
2726
],
28-
"scripts": []
27+
"scripts": [],
28+
"vendorChunk": true,
29+
"extractLicenses": false,
30+
"buildOptimizer": false,
31+
"sourceMap": true,
32+
"optimization": false,
33+
"namedChunks": true
2934
},
3035
"configurations": {
3136
"production": {
@@ -39,7 +44,6 @@
3944
"outputHashing": "all",
4045
"sourceMap": false,
4146
"namedChunks": false,
42-
"aot": true,
4347
"extractLicenses": true,
4448
"vendorChunk": false,
4549
"buildOptimizer": true,
@@ -50,7 +54,8 @@
5054
}
5155
]
5256
}
53-
}
57+
},
58+
"defaultConfiguration": ""
5459
},
5560
"serve": {
5661
"builder": "@angular-devkit/build-angular:dev-server",

0 commit comments

Comments
 (0)