Replies: 1 comment 9 replies
-
The SWC plugins should be passed to the react plugin: plugins: [react({ plugins : [["@swc-jotai/debug-label", {}]] })], |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to apply https://jotai.org/docs/tools/swc#swc-jotai-debug-label
this plugin, but i think in vite-swc it doesn't support.
i try few things
.swcrc
vite.config.ts
this two tries failed i guess. is there any way to apply this plugin?
Beta Was this translation helpful? Give feedback.
All reactions