Skip to content

Commit

Permalink
feat: modify fetchUrl and fetchKey to optional params of DeployReload…
Browse files Browse the repository at this point in the history
…Options
  • Loading branch information
flingyp committed Jan 24, 2024
1 parent 179b357 commit 9bceef4
Show file tree
Hide file tree
Showing 5 changed files with 246 additions and 119 deletions.
2 changes: 1 addition & 1 deletion build/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export const generatePlugins = (command: string, mode: string, buildTimestamp: n
// splitVendorChunkPlugin(),
VitePWA({
registerType: 'autoUpdate',
includeAssets: ['favicon.ico', 'logo.svg', '/pwa/180.png'],
includeAssets: ['favicon.ico', 'logo.svg', '/pwa/180.png', 'config.json'],
devOptions: {
enabled: true,
},
Expand Down

0 comments on commit 9bceef4

Please sign in to comment.