Skip to content

Commit 217a76a

Browse files
committed
fix(project): upgraded angular material to v12
1 parent 42a5f12 commit 217a76a

File tree

8 files changed

+6643
-8399
lines changed

8 files changed

+6643
-8399
lines changed

angular.json

+14-5
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
"serve": {
7278
"builder": "@angular-devkit/build-angular:dev-server",
@@ -133,7 +139,9 @@
133139
"options": {
134140
"outputPath": "dist/input-counter/server",
135141
"main": "server.ts",
136-
"tsConfig": "tsconfig.server.json"
142+
"tsConfig": "tsconfig.server.json",
143+
"sourceMap": true,
144+
"optimization": false
137145
},
138146
"configurations": {
139147
"production": {
@@ -147,7 +155,8 @@
147155
"sourceMap": false,
148156
"optimization": true
149157
}
150-
}
158+
},
159+
"defaultConfiguration": ""
151160
},
152161
"serve-ssr": {
153162
"builder": "@nguniversal/builders:ssr-dev-server",

0 commit comments

Comments
 (0)