cache busting pwa

This commit is contained in:
mrjvs
2023-02-24 20:12:20 +01:00
parent 63b9adf7d8
commit 444c751b78
6 changed files with 715 additions and 588 deletions

View File

@@ -33,6 +33,7 @@
"dev": "vite",
"build": "vite build",
"test": "vitest run",
"serve": "serve",
"lint": "eslint --ext .tsx,.ts src",
"lint:fix": "eslint --fix --ext .tsx,.ts src",
"lint:report": "eslint --ext .tsx,.ts --output-file eslint_report.json --format json src"
@@ -80,6 +81,7 @@
"postcss": "^8.4.20",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.7",
"serve": "^14.2.0",
"tailwind-scrollbar": "^2.0.1",
"tailwindcss": "^3.2.4",
"typescript": "^4.6.4",
@@ -87,6 +89,7 @@
"vite-plugin-checker": "^0.5.6",
"vite-plugin-package-version": "^1.0.2",
"vite-plugin-pwa": "^0.14.4",
"vitest": "^0.28.5"
"vitest": "^0.28.5",
"workbox-window": "^6.5.4"
}
}