How can I check which version of SWC is being used by Next.js? #81585
-
A recent SWC version fixed a bug that’s been annoying me, so I wanted to see which version Next.js is using. But I couldn’t find a clear way to check. Lock files aren’t ideal either. Is there an easier way to find this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @schardev 👋, Method 1: Use
|
Beta Was this translation helpful? Give feedback.
-
You need to check the Cargo file, for example here: This was the 30.1.1 update - the question is though, which version is in the current stable? This shows that |
Beta Was this translation helpful? Give feedback.
You need to check the Cargo file, for example here:
This was the 30.1.1 update - the question is though, which version is in the current stable?
This shows that
swc_core
in 15.3.5 is21.0.1