Use angular pwa and service worker, update icons

This commit is contained in:
2024-07-20 21:18:23 +09:30
parent b6d91c63fa
commit 45fbfa859a
155 changed files with 911 additions and 177 deletions

View File

@@ -23,8 +23,7 @@
"assets": [
{
"glob": "**/*",
"input": "src/assets",
"output": "/"
"input": "public"
},
{
"glob": "**/*",
@@ -52,7 +51,8 @@
"maximumError": "4kb"
}
],
"outputHashing": "all"
"outputHashing": "all",
"serviceWorker": "ngsw-config.json"
},
"development": {
"optimization": false,