Using swc as a replacement of RollUp in my project #1322
Unanswered
zainul-franciscus-myob
asked this question in
Q&A
Replies: 1 comment
-
I'm sorry but currently plugin system is not implemented properly. (I think it will be fixed soon.) Currently only guide for writing plugin is https://swc.rs/blog/2019/11/30/announcing-swc-1.1.0#plugin but note that type definitions are bit outdated. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am using RollUp to produce a bundle of React components. I used some plugins in Roll Up config. One of them is a plugin to transpile a library called Treat JS: https://github.com/seek-oss/treat.
Is there any guide on how to write a plugin for swc ? I intend to explore writing a plugin for Treat JS.
Thank you and Happy New Year :)
Beta Was this translation helpful? Give feedback.
All reactions