-
Notifications
You must be signed in to change notification settings - Fork 175
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
[vite] Update the Vite ping route in sw.ts
when upgrading to Vite 3.0
#13826
Comments
Do you mean it now pings the base URL, i.e. |
i.e. in sw.ts we have
So we should delete the first and make the second |
Not exactly. I guess we should add a new |
Ah, sorry the second one was |
The ping route has changed in Vite 3.0 (vitejs/vite#6819), so we'll need to update it also in
sw.ts
once we get to upgrading. Otherwise, the URL can end up accidentally cached.Before:
/VAADIN/__vite_ping
. After:/VAADIN/
.The text was updated successfully, but these errors were encountered: