Skip to content

Commit

Permalink
fix: dev sw stop working when using generateSW strategy (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin authored Sep 4, 2024
1 parent 8915078 commit 5a00c24
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"peerDependencies": {
"@sveltejs/kit": "^1.3.1 || ^2.0.1",
"@vite-pwa/assets-generator": "^0.2.6",
"vite-plugin-pwa": ">=0.20.4 <1"
"vite-plugin-pwa": ">=0.20.5 <1"
},
"peerDependenciesMeta": {
"@vite-pwa/assets-generator": {
Expand All @@ -74,6 +74,6 @@
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vite": "^5.0.10",
"vite-plugin-pwa": ">=0.20.4 <1"
"vite-plugin-pwa": ">=0.20.5 <1"
}
}
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5a00c24

Please sign in to comment.