-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update major version of swc_core
for plugins at same time as @swc/core
#359
Comments
No it’s not possible. |
Wasm plugins are experimental |
@kdy1 I still get this error with Log:
Although on https://plugins.swc.rs/versions/range/19 they are listed as compatible. By the way, the link https://plugins.swc.rs/versions/from-plugin-runner/3.0.0 from the error message shows no information. And initially I asked to simply release |
Please update the major version of
swc_core
for plugins simultaneously with@swc/core
. I have now installed@swc/plugin-styled-components
v4.0.0, but since it also expectsswc_core
version 4, it does not work with the current@swc/core
v1.7.42, because it still has version 3 of core.Error:
1: failed to run Wasm plugin transform. Please ensure the version of
swc_coreused by the plugin is compatible with the host runtime. See the documentation for compatibility information. If you are an author of the plugin, please update
swc_coreto the compatible version.
The text was updated successfully, but these errors were encountered: