What is the most recommend way about using SWC in Node ? #6537
Answered
by
kdy1
alexzhang1030
asked this question in
Q&A
-
I have tested the performance differences between The result is
So the fastest is babel. Is there something I missed? What is the most recommend way about using SWC in Node ? Plz help me 🫠 |
Beta Was this translation helpful? Give feedback.
Answered by
kdy1
Nov 29, 2022
Replies: 1 comment 2 replies
-
Babel does nothing by default. If you want to benchmark it, you have to pass compatibility passes to babel |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
kdy1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Babel does nothing by default. If you want to benchmark it, you have to pass compatibility passes to babel