Summary
Additional extensions are not processed by vite-plugin-solid if compiler: 'native'. It works with compiler: 'babel'
solidPlugin({
compiler: 'native',
extensions: ['.mdx'],
}),
Versions
- vite-plugin-solid@3.0.0-next.22
- vite@8.1.5
- 2.0.0-beta.31
Minimal reproduction
solidPlugin({
compiler: 'native',
extensions: ['.mdx'],
}),
and rename a .tsx file
Thanks for the amazing work!
Summary
Additional extensions are not processed by vite-plugin-solid if
compiler: 'native'. It works withcompiler: 'babel'Versions
Minimal reproduction
and rename a .tsx file
Thanks for the amazing work!