Oxc Transformer supports styled-components transform and it should be performant and easier to use than @vitejs/plugin-react-swc + @swc/plugin-styled-components.
Example: https://stackblitz.com/edit/vitejs-vite-jx3j3omx?file=src%2FApp.tsx,vite.config.ts&terminal=dev
Note that cssProp and topLevelImportPaths options are not implement yet.
Oxc Transformer supports styled-components transform and it should be performant and easier to use than
@vitejs/plugin-react-swc+@swc/plugin-styled-components.Example: https://stackblitz.com/edit/vitejs-vite-jx3j3omx?file=src%2FApp.tsx,vite.config.ts&terminal=dev
Note that
cssPropandtopLevelImportPathsoptions are not implement yet.