We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A follow up to my (incorrect) bug report in #42, @vite-pwa/sveltekit does hide legitimate errors coming from Sveltekit's build with its own error.
@vite-pwa/sveltekit
Basic repro:
vite-pwa/sveltekit
The text was updated successfully, but these errors were encountered:
I am experiencing this as well. Do you have any recommendations on how to work around this? Should I revert to older versions? Thanks!
Sorry, something went wrong.
The only workaround in the meantime is to remove vite-pwa/sveltekit, find the actual error, then add it back
No branches or pull requests
A follow up to my (incorrect) bug report in #42,
@vite-pwa/sveltekit
does hide legitimate errors coming from Sveltekit's build with its own error.Basic repro:
vite-pwa/sveltekit
in a projectvite-pwa/sveltekit
(stacktrace in Breaks with latest Sveltekit: No such file or directory .svelte-kit/output/client/sw.js #42) rather than the actual error from sveltekitThe text was updated successfully, but these errors were encountered: