feat: add angular pwa shell

This commit is contained in:
Bastian Wagner
2026-08-17 13:31:38 +02:00
parent ceaef3028f
commit 755cc88dc2
18 changed files with 140 additions and 371 deletions

View File

@@ -29,9 +29,7 @@
"input": "public"
}
],
"styles": [
"src/styles.scss"
]
"styles": ["src/styles.scss"]
},
"configurations": {
"production": {
@@ -47,7 +45,8 @@
"maximumError": "8kB"
}
],
"outputHashing": "all"
"outputHashing": "all",
"serviceWorker": "ngsw-config.json"
},
"development": {
"optimization": false,