Is there a better way to solve the incompatibility between versions of swc_core? #11245
Replies: 3 comments
-
|
Which version of swc_core are you using? And which version of swc_core are you going to upgrade? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
We have been working hard to make wasm plugin as backward compatible as possible: https://blog.swc.rs/2025-11-4-wasm-backward-compatibility But for the plugins before they are compiled with the latest swc_core and necessary configuration, you still need to know which version of swc_core the plugins compile with. For example, check out the |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
The swc_core used by the community library is not standardized, which poses a significant obstacle for developers.
Beta Was this translation helpful? Give feedback.
All reactions