-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
One of the glob patterns doesn't match any files #80
Comments
You should prerender navigate fallback page for offline support, I guess the warning is about missing html entries in prerendered folder. You sw will fail when registeribg since there is no navigate fallback in sw precache manifest. |
My apps is forum app and it's no need to work under offline. is that any option to disable offline support? |
vite-pwa/vite-plugin-pwa#402 (comment) (you also need to exclude html files, include |
understand. let me try in maintenance time |
I added globIgnores: ["prerendered/**/*.html"] to vite.config.ts and it looks not effected.
|
I have this error too, it seems like the options in |
here is log from console.
here is log from brower
here is my setting
The text was updated successfully, but these errors were encountered: