Skip to content

Commit 3e4465a

Browse files
committed
build: upgrade to angular 19 version
1 parent 3e002e3 commit 3e4465a

38 files changed

+3651
-3500
lines changed

.postcssrc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"plugins": {
3+
"@tailwindcss/postcss": {}
4+
}
5+
}

angular.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"projectType": "application",
88
"schematics": {
99
"@schematics/angular:component": {
10-
"style": "scss"
10+
"style": "scss",
11+
"standalone": true
1112
}
1213
},
1314
"root": "",
@@ -34,10 +35,7 @@
3435
"styles": [
3536
"src/styles.scss"
3637
],
37-
"scripts": [],
38-
"server": "src/main.server.ts",
39-
"prerender": true,
40-
"ssr": false
38+
"scripts": []
4139
},
4240
"configurations": {
4341
"production": {
@@ -49,8 +47,8 @@
4947
},
5048
{
5149
"type": "anyComponentStyle",
52-
"maximumWarning": "2kB",
53-
"maximumError": "4kB"
50+
"maximumWarning": "4kB",
51+
"maximumError": "8kB"
5452
}
5553
],
5654
"outputHashing": "all"

0 commit comments

Comments
 (0)