sveltekit icon indicating copy to clipboard operation
sveltekit copied to clipboard

Zero-config PWA Plugin for SvelteKit

Results 22 sveltekit issues
Sort by recently updated
recently updated
newest added

here is log from console. ```PWA v0.19.7 mode generateSW precache 91 entries (1653.86 KiB) files generated .svelte-kit/output/server/sw.js .svelte-kit/output/server/workbox-f3e6b16a.js warnings One of the glob patterns doesn't match any files. Please remove...

Hello, This appears to be a fantastic and helpful module but I'm having a hard time piecing everything together - the docs jump around a little and seem aimed at...

Hello, I fetch data using a npm package. In that package it makes requests to a graphql endpoint. When I update my profile data and refetch profile information workbox responses...

https://github.com/vite-pwa/sveltekit/blob/86ba0de76f6a704ef749e7e08de6ff228d54357b/examples/sveltekit-ts-assets-generator/pwa-assets.config.ts#L24 Having the same file but then in a map outside of static like `/images/favicon.svg` will work in development mode but fail while building. This does not seem to be...

I tried to pass rollup plugins to my build of injectManifest like this, which is what the type is describing: ```ts import replace from '@rollup/plugin-replace'; import terser from '@rollup/plugin-terser'; SvelteKitPWA({...

Building a SvelteKit application with latest `@vite-pwa/sveltekit` fails out of the box with the following error: ```sh error during build: Error [PLUGIN_ERROR]: Cannot find package 'kolorist' imported from C:\xx\xx\sveltekit-sample\node_modules\@vite-pwa\sveltekit\dist\chunks\log.mjs at...

There are 2 deprecated packages present in this project ```js  WARN  deprecated [email protected]: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser  WARN  deprecated [email protected]: Please...

Using `generateSW` for my service worker, when I boot up a new build and do a page refresh or navigate to a route that throws a SvelteKit error (either from...

The generated asset links on dynamic pages are relative to the current directory instead of the root, resulting in prefixing the current URL to the asset requests which do not...

I was following the steps from here - https://vite-pwa-org.netlify.app/frameworks/sveltekit.html I installed the dependency, added the plugin in the `vite.config.js` and when I am adding the webmanifest link or the register...