Skip to content

Commit 593378b

Browse files
committed
fix(lib): upgraded angular to v12
1 parent f5ea8ea commit 593378b

File tree

8 files changed

+12780
-15194
lines changed

8 files changed

+12780
-15194
lines changed

angular.json

Lines changed: 23 additions & 8 deletions
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"
@@ -35,7 +34,13 @@
3534
"scripts": [
3635
"./node_modules/prismjs/prism.js",
3736
"./node_modules/prismjs/components/prism-typescript.min.js"
38-
]
37+
],
38+
"vendorChunk": true,
39+
"extractLicenses": false,
40+
"buildOptimizer": false,
41+
"sourceMap": true,
42+
"optimization": false,
43+
"namedChunks": true
3944
},
4045
"configurations": {
4146
"production": {
@@ -66,7 +71,8 @@
6671
}
6772
]
6873
}
69-
}
74+
},
75+
"defaultConfiguration": ""
7076
},
7177
"build_ghpages": {
7278
"builder": "@angular-devkit/build-angular:browser",
@@ -78,7 +84,6 @@
7884
"main": "src/main.ts",
7985
"polyfills": "src/polyfills.ts",
8086
"tsConfig": "tsconfig.app.json",
81-
"aot": true,
8287
"assets": [
8388
"src/favicon.ico",
8489
"src/assets"
@@ -91,7 +96,13 @@
9196
"scripts": [
9297
"./node_modules/prismjs/prism.js",
9398
"./node_modules/prismjs/components/prism-typescript.min.js"
94-
]
99+
],
100+
"vendorChunk": true,
101+
"extractLicenses": false,
102+
"buildOptimizer": false,
103+
"sourceMap": true,
104+
"optimization": false,
105+
"namedChunks": true
95106
},
96107
"configurations": {
97108
"production": {
@@ -122,7 +133,8 @@
122133
}
123134
]
124135
}
125-
}
136+
},
137+
"defaultConfiguration": ""
126138
},
127139
"serve": {
128140
"builder": "@angular-devkit/build-angular:dev-server",
@@ -193,7 +205,9 @@
193205
"options": {
194206
"outputPath": "dist/server",
195207
"main": "server.ts",
196-
"tsConfig": "tsconfig.server.json"
208+
"tsConfig": "tsconfig.server.json",
209+
"sourceMap": true,
210+
"optimization": false
197211
},
198212
"configurations": {
199213
"production": {
@@ -206,7 +220,8 @@
206220
"sourceMap": false,
207221
"optimization": true
208222
}
209-
}
223+
},
224+
"defaultConfiguration": ""
210225
},
211226
"deploy": {
212227
"builder": "angular-cli-ghpages:deploy",

0 commit comments

Comments
 (0)