Replies: 3 comments
|
💡 idea: to improve the performance of dev builds even more, we can entirely disable transpiling for dev builds.
|
0 replies
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 |
0 replies
|
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. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
All reactions