Replies: 2 comments 3 replies
|
I don't think this will ever be consideration. |
0 replies
|
Solid is based on a babel transform that turns the JSX into templates and reactive expressions (dom-expressions used inside babel-preset-solid). It is included by vite-plugin-solid to be used by vite to run and bundle solid code. To use rsbuild, we would need to develop and maintain another plugin specifically for that. Unless esbuild gets a wider adoption or has an advantage that would make it more desirable than vite to the maintainers, any official solid-esbuild plugin is highly improbable. |
3 replies
Answer selected by
igotfr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solid is based on a babel transform that turns the JSX into templates and reactive expressions (dom-expressions used inside babel-preset-solid). It is included by vite-plugin-solid to be used by vite to run and bundle solid code.
To use rsbuild, we would need to develop and maintain another plugin specifically for that. Unless esbuild gets a wider adoption or has an advantage that would make it more desirable than vite to the maintainers, any official solid-esbuild plugin is highly improbable.