Replies: 3 comments
-
💡 idea: to improve the performance of dev builds even more, we can entirely disable transpiling for dev builds.
|
Beta Was this translation helpful? Give feedback.
-
Thanks for your suggestion. We value the consistency between dev and build, and disabling SWC transpiling in dev does not bring enough performance gains, so we do not plan to introduce this change |
Beta Was this translation helpful? Give feedback.
-
I would like to clarify that, at present, we are only considering dropping support for Node.js 16 in Q3 2025. We have no plans to introduce other breaking changes in minor releases. Any other breaking changes will have to wait until Rsbuild 2.0 is released next year. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What problem does this feature solve?
Continued from web-infra-dev/rspack#10290
What does the proposed API look like?
The main issue is that this will be a breaking change, so this should wait until the next major release. According to @chenjiahan the next breaking change will be Q3 2025 when we upgrade the minimum-supported Node version from v16. I propose we include the default browser target upgrade in that release too.
Beta Was this translation helpful? Give feedback.
All reactions