feat(rspack): upgrade to rspack v2 - #34929
#34929Conversation
|
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (5)
📒 Files selected for processing (4)
WalkthroughThe changes modify webpack and rspack configuration handling across multiple files. The Vue client and server plugins are updated to explicitly specify which webpack stats to include in the JSON output, ensuring modules, assets, chunks, and entrypoints are available for processing. The base preset introduces a builder-specific parser configuration that sets 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
@nuxt/kit
@nuxt/nitro-server
nuxt
@nuxt/rspack-builder
@nuxt/schema
@nuxt/vite-builder
@nuxt/webpack-builder
commit: |
Merging this PR will degrade performance by 13.92%
|
| Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|
| ❌ | loadNuxt in the basic test fixture |
420.8 ms | 488.9 ms | -13.92% |
Comparing feat/rspack-v2 (71861a3) with main (ea393f9)
Footnotes
-
3 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports. ↩
(cherry picked from commit 2f6adb4)
(cherry picked from commit 2f6adb4)
(cherry picked from commit 2f6adb4)
🔗 Linked issue
📚 Description
this updates us to rspack v2 which is faster and lighter 🦀