Mention changes in V3 regarding "routes" in docs #2462
mhsattarian
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Consider mentioning the changes regarding routes in the migration guide from v2 to v3.
I assume many snowpack users are developing SPA application requiring client-side routing, and upgrading to version 3 would break the previous behavior of serving project:
previously below configuration would serve up the project as static and client-side routings were fine:
on
version 3
the same configuration as above wouldn't work alone, and it requires changes below:Beta Was this translation helpful? Give feedback.
All reactions