You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
× Module build failed:
╰─▶ ×
│ ⚠
│ │ [React Intl] Message failed to parse.
│ │ See: https://formatjs.io/docs/core-concepts/icu-syntax
│ │ \n {:#?}
│ │
│
│ × SyntaxError: UNCLOSED_TAG
│ The version of the SWC Wasm plugin you're using might not be compatible with `builtin:swc-loader`.
│ The `swc_core` version of the current `rspack_core` is =9.0.2.
│ Please check the `swc_core` version of SWC Wasm plugin to make sure these versions are within the compatible range.
│ See this guide as a reference for selecting SWC Wasm plugin versions: https://rspack.dev/errors/swc-plugin-version
I read the docs around version compatibility but:
The rspack alpha version doesn't show up
Once I realized the swc_core needs to match is when I bumped from 1.1.8 to 1.2.0 alpha but I didn't imagine the minor versions need to match as well - does that mean I need to just wait?
It sounds pretty hard to manage dependencies that way - should I use the swc-loader instead until there's a better way?
Like, maybe there a way to trigger a swc plugins compilation using the rspack swc_core version? Or re-build the plugins on every swc_core release?
Reproduce link
No response
Reproduce Steps
rspack serve
The text was updated successfully, but these errors were encountered:
Ok Thanks - Gonna close for now.
Although it would be ideal if there wasn't the compatibility message throwing me off :)
I wasn't sure if 9.0.0 should be compatible with 9.0.2.
System Info
Details
I'm trying to use @swc/plugin-formatjs with v1.2.0-alpha.0
Seems like it was shipped with swc_core 9.0.2 while the swc-plugin uses 9.0.0 (https://github.com/swc-project/plugins/blob/main/Cargo.toml#L49)
My rspack config has something like
Getting:
I read the docs around version compatibility but:
Like, maybe there a way to trigger a swc plugins compilation using the rspack swc_core version? Or re-build the plugins on every swc_core release?
Reproduce link
No response
Reproduce Steps
rspack serve
The text was updated successfully, but these errors were encountered: