Skip to content

Commit

Permalink
feat(injectManifest): optimize workbox load (#750)
Browse files Browse the repository at this point in the history
* feat(injectManifest): optimize workbox load

* chore: update `maximumFileSizeToCacheInBytes` error message

* chore: update pwa assets to 0.2.6
  • Loading branch information
userquin authored Sep 4, 2024
1 parent dd3e003 commit 6db1873
Show file tree
Hide file tree
Showing 7 changed files with 132 additions and 93 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"./pwa-assets": {
"types": "./pwa-assets.d.ts"
},
"./package.json": "./package.json",
"./*": "./*"
},
"main": "dist/index.cjs",
Expand Down Expand Up @@ -109,7 +110,7 @@
"test:vite-ecosystem-ci": "nr test-typescript"
},
"peerDependencies": {
"@vite-pwa/assets-generator": "^0.2.4",
"@vite-pwa/assets-generator": "^0.2.6",
"vite": "^3.1.0 || ^4.0.0 || ^5.0.0",
"workbox-build": "^7.1.0",
"workbox-window": "^7.1.0"
Expand All @@ -120,7 +121,7 @@
}
},
"dependencies": {
"debug": "^4.3.4",
"debug": "^4.3.6",
"pretty-bytes": "^6.1.1",
"tinyglobby": "^0.2.0",
"workbox-build": "^7.1.0",
Expand All @@ -135,7 +136,7 @@
"@types/prompts": "^2.4.8",
"@types/react": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@vite-pwa/assets-generator": "^0.2.4",
"@vite-pwa/assets-generator": "^0.2.6",
"bumpp": "^9.2.0",
"eslint": "^8.54.0",
"esno": "0.17.0",
Expand Down
Loading

0 comments on commit 6db1873

Please sign in to comment.