Replies: 2 comments 2 replies
-
Once this version 3 business is out of the way I'm planning to start looking into this. There's two plugin paths - esbuild and/or swc - and I'm leaning towards investigating SWC first because of it's popularity through next.js. You're right, it'll require a separation of twin core and the babel macro, and that would allow the following combinations:
|
Beta Was this translation helpful? Give feedback.
2 replies
-
For the existing SWC discussion head to #516 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We're trying to move away from Babel in favor of SWC and I wonder if it were possible to expose the function doing the magic behind
tw
so it can be used during runtime instead of build time.Or any hint how to accomplish it?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions