Skip to content

@qwik.dev/react@2.0.0-beta.40

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Aug 20:43
· 66 commits to main since this release
a459d55

Major Changes

  • ✨ require Vite 8 and Rolldown. manualChunks is no longer supported because Qwik needs Rollup's outputOpts.manualChunks.onlyExplicitManualChunks which does not exist in Rolldown's manualChunks compatibility API. The qwikVite plugin now relies on Rolldown's equivalent outputOpts.codeSplitting.includeDependenciesRecursively. If you used Rollup's manualChunks, you need to update your code to Rolldown's outputOpts.codeSplitting.groups instead. (by @maiieul in #8909)

Patch Changes

  • Updated dependencies [7fa1f70]:
    • @qwik.dev/core@2.0.0-beta.40