Skip to content

Commit

Permalink
chore: sveltekit changes the output client folder again
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Jun 30, 2022
1 parent cbaa123 commit 7b66c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sveltekit-pwa/pwa.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const buildPwa = async() => {
console.log('Generating PWA...')
await pwaPlugin.generateSW()
webmanifestDestinations.forEach(d => {
copyFileSync('./.svelte-kit/output/client/_app/manifest.webmanifest', `${d}/manifest.webmanifest`)
copyFileSync('./.svelte-kit/output/client/_app/immutable/manifest.webmanifest', `${d}/manifest.webmanifest`)
})
// don't copy workbox, svelte kit will copy it
if (pwaConfiguration.strategies === 'injectManifest') {
Expand Down

0 comments on commit 7b66c9e

Please sign in to comment.