Tim Basel
`vite-plugin-solid` ignores/removes `/** @jsxImportSource ... */` pragma comment
I have found a workaround by suffixing the the files with
.xml.tsx
and excluding them from the plugin using solid({ exclude: ["**/*.xml.tsx"] })
, but I still think Solid should support and respect the pragma comment.2 replies