-
just a curiosity |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I don't think this will ever be consideration. |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
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.