Minor Changes
-
Updated SWC parser means that the optimizer now understands
import ... with
syntax and that enums are replaced with numbers where possible. (by @wmertens in #6005) -
The optimizer plugin will now rely on Rollup to group QRL segments. It will only provide hints on which segments fit well together. The result of this change is that now code splitting happens during the transform phase only, and other Rollup/Vite plugins (such as css-in-js plugins) can transform the code before Qwik transforms it. (by @wmertens in #6670)
-
The default asset filenames in the build have changed. Now they are under
assets/hash-name.ext
, so they are clearly separated from code. (by @wmertens in #5745)