-
During dev mode, qwik-city will no longer serve files from
dist/
, which are very likely to be stale/incorrect. Furthermore, query parameters are taken into account when serving files (like production servers would do). (by @wmertens in #6694) -
qwik-city is now more careful about redirects after requesting routeLoader data (by @wmertens in #6740)
-
strip internal search parameters in canonical URLs (by @wmertens in #6694)
-
Support entry.ts routes in dev mode now that dist/ is no longer served, and special-case
repl-sw.js
in the docs. (by @wmertens in #6706)