oxc.plugins.styledComponents #901
Replies: 2 comments 1 reply
-
|
It propably needs to be added here inside transform: tsdown/src/features/rolldown.ts Line 211 in 77124d2 https://rolldown.rs/reference/InputOptions.transform#transform |
Beta Was this translation helpful? Give feedback.
0 replies
-
inputOptions: {
transform: {
plugins: {
styledComponents: {},
},
},
}, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
codeart1st
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In vite it's possible to activate and configure the oxc build-in plugins. Is it possible with tsdown instead of using the babel styled-components plugin?
https://oxc.rs/docs/guide/usage/transformer/plugins.html#styled-components
Beta Was this translation helpful? Give feedback.
All reactions