Skip to content

Commit 2e39d74

Browse files
committed
Updated to angular 12.0.1
1 parent d5ee76a commit 2e39d74

File tree

6 files changed

+7746
-28387
lines changed

6 files changed

+7746
-28387
lines changed

angular.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"main": "src/main.ts",
2323
"polyfills": "src/polyfills.ts",
2424
"tsConfig": "tsconfig.app.json",
25-
"aot": true,
2625
"assets": [
2726
"src/favicon.ico",
2827
"src/assets"
@@ -31,7 +30,13 @@
3130
"./node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css",
3231
"src/styles.css"
3332
],
34-
"scripts": []
33+
"scripts": [],
34+
"vendorChunk": true,
35+
"extractLicenses": false,
36+
"buildOptimizer": false,
37+
"sourceMap": true,
38+
"optimization": false,
39+
"namedChunks": true
3540
},
3641
"configurations": {
3742
"production": {

0 commit comments

Comments
 (0)