vite-pwa / sveltekit

Zero-config PWA Plugin for SvelteKit
https://vite-pwa-org.netlify.app/frameworks/sveltekit
MIT License
324 stars 15 forks source link

Vite 4 support #17

Closed alensiljak closed 1 year ago

alensiljak commented 1 year ago

SvelteKit is finally 1.0.0. Alas, adding the PWA functionality fails again. :'(

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: cashier-sveltekit@0.0.1
npm ERR! Found: vite@4.0.1
npm ERR! node_modules/vite
npm ERR!   dev vite@"^4.0.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer vite@"^3.1.0" from vite-plugin-pwa@0.13.3
npm ERR! node_modules/vite-plugin-pwa
npm ERR!   peer vite-plugin-pwa@"^0.13.3" from @vite-pwa/sveltekit@0.0.1
npm ERR!   node_modules/@vite-pwa/sveltekit
npm ERR!     dev @vite-pwa/sveltekit@"0.0.1" from the root project

Is Vite 4 support in the pipelines? Thanks, guys!

userquin commented 1 year ago

@alensiljak yes, we're working on it, we need to apply a few changes.

userquin commented 1 year ago

released 0.1.0 version

alensiljak commented 1 year ago

Thank you for the present! Looking forward to using it this weekend.