T
TanStack7mo ago
rare-sapphire

emotion babel / swc plugin

how can we add the emotion babel / swc plugin to a tanstack start app, do we have access to the vite plugin react options?
5 Replies
flat-fuchsia
flat-fuchsia7mo ago
do we have access to the vite plugin react options?
yes, see the screenshot
No description
rare-sapphire
rare-sapphireOP7mo ago
oh nice no swc for now? @Manuel Schiller i guess because the createServerFn is based on a babel plugin
flat-fuchsia
flat-fuchsia7mo ago
where would you want to use swc for? what would you need to configure for that?
rare-sapphire
rare-sapphireOP7mo ago
swc emotion plugin which runs faster than the babel version it's part of the react plugin for vite
flat-fuchsia
flat-fuchsia7mo ago
so this would require a different react vite plugin then? is the swc build compatible with plugins that use Babel? we use Babel extensively for start/router

Did you find this page helpful?