Skip to content

Commit b6282bd

Browse files
committed
fix(lib): upgraded angular to v12
1 parent 96eafee commit b6282bd

File tree

9 files changed

+37294
-6566
lines changed

9 files changed

+37294
-6566
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",
@@ -189,7 +201,9 @@
189201
"options": {
190202
"outputPath": "dist/server",
191203
"main": "server.ts",
192-
"tsConfig": "tsconfig.server.json"
204+
"tsConfig": "tsconfig.server.json",
205+
"sourceMap": true,
206+
"optimization": false
193207
},
194208
"configurations": {
195209
"production": {
@@ -202,7 +216,8 @@
202216
"sourceMap": false,
203217
"optimization": true
204218
}
205-
}
219+
},
220+
"defaultConfiguration": ""
206221
},
207222
"deploy": {
208223
"builder": "angular-cli-ghpages:deploy",

0 commit comments

Comments
 (0)