Skip to content

Commit e9c9325

Browse files
committed
chore: update @angular/cli
1 parent 2b4dd0f commit e9c9325

File tree

6 files changed

+21178
-27444
lines changed

6 files changed

+21178
-27444
lines changed

Diff for: angular.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,15 @@
2121
"main": "src/main.ts",
2222
"polyfills": "src/polyfills.ts",
2323
"tsConfig": "tsconfig.app.json",
24-
"aot": true,
2524
"assets": ["src/favicon.ico", "src/assets"],
2625
"styles": ["src/styles.css"],
27-
"scripts": []
26+
"scripts": [],
27+
"vendorChunk": true,
28+
"extractLicenses": false,
29+
"buildOptimizer": false,
30+
"sourceMap": true,
31+
"optimization": false,
32+
"namedChunks": true
2833
},
2934
"configurations": {
3035
"production": {
@@ -54,7 +59,8 @@
5459
}
5560
]
5661
}
57-
}
62+
},
63+
"defaultConfiguration": ""
5864
},
5965
"serve": {
6066
"builder": "@angular-devkit/build-angular:dev-server",

0 commit comments

Comments
 (0)