Skip to content

Commit 56e6e8c

Browse files
committed
migration 12 @angular/cli
1 parent b69f600 commit 56e6e8c

6 files changed

Lines changed: 2984 additions & 4344 deletions

File tree

frontend/angular.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,20 @@
1818
"main": "src/main.ts",
1919
"polyfills": "src/polyfills.ts",
2020
"tsConfig": "tsconfig.app.json",
21-
"aot": true,
2221
"assets": [
2322
"src/favicon.ico",
2423
"src/assets"
2524
],
2625
"styles": [
2726
"src/styles.css"
2827
],
29-
"scripts": []
28+
"scripts": [],
29+
"vendorChunk": true,
30+
"extractLicenses": false,
31+
"buildOptimizer": false,
32+
"sourceMap": true,
33+
"optimization": false,
34+
"namedChunks": true
3035
},
3136
"configurations": {
3237
"production": {

0 commit comments

Comments
 (0)