v3.17.4
#nuxt
π Linked issue
No issue
π Description
Because before "fork-ts-checker-webpack-plugin" Webpack plugin dependencies Webpack when the user using @nuxt/rspack-builder must be install the Webpack5 .
So I used the "ts-checker-rspack-plugin" replace "fork-ts-checker-webpack-plugin".
But now I found the Type error in "webpack/configs/client.ts" and "webpack/configs/service.ts". I used the @ts-expect-error to solve them.
source
#nuxt
π Linked issue
No issue
π Description
Because before "fork-ts-checker-webpack-plugin" Webpack plugin dependencies Webpack when the user using @nuxt/rspack-builder must be install the Webpack5 .
So I used the "ts-checker-rspack-plugin" replace "fork-ts-checker-webpack-plugin".
But now I found the Type error in "webpack/configs/client.ts" and "webpack/configs/service.ts". I used the @ts-expect-error to solve them.
source
v4.0.0-alpha.4
#nuxt
πΊοΈ Roadmap
π Read more at https://nuxt.com/blog/roadmap-v4
π Changelog
compare changes
π Enhancements
β nuxt: Support lazy hydration macros (#31192)
π©Ή Fixes
β nuxt: Ensure
β kit: Do not skip layer with defined
β deps: Upgrade to rc version of
π Documentation
β Update
β€οΈ Contributors
β Daniel Roe (@danielroe)
β Alex Liu (@Mini-ghost)
β Robin (@OrbisK)
source
#nuxt
4.0.0-alpha.4 is the fourth alpha release of Nuxt 4 for early testing
πΊοΈ Roadmap
π Read more at https://nuxt.com/blog/roadmap-v4
π Changelog
compare changes
π Enhancements
β nuxt: Support lazy hydration macros (#31192)
π©Ή Fixes
β nuxt: Ensure
asyncData
runs if changing key while fetcher is running (#32466)β kit: Do not skip layer with defined
srcDir
(#32487)β deps: Upgrade to rc version of
@nuxt/cli
(#32488)π Documentation
β Update
.nuxtignore
examples for v4 structure (#32489)β€οΈ Contributors
β Daniel Roe (@danielroe)
β Alex Liu (@Mini-ghost)
β Robin (@OrbisK)
source
π1