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
According to this compat check page: https://plugins.swc.rs/versions/range/116
the latest version of @swc/plugin-formatjs being 2.0.5 (as of Im writing) is not supported. Also by quickly checking manually on my project - I get the following error:
Caused by:
0: failed to invoke `@swc/plugin-formatjs` as js transform plugin at @swc/plugin-formatjs
1: wasm plugin bytecheck failed "check bytes error
Is it possible to provide support for this plugin in the near future? Supporting this version of the plugin helps to utilize bug-fix patches from the latest release on our project
What does the proposed API of configuration look like?
The API-usage with rspack should remain the same as of now - I think its just about the WASM compatibility
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
According to this compat check page: https://plugins.swc.rs/versions/range/116
the latest version of @swc/plugin-formatjs being 2.0.5 (as of Im writing) is not supported. Also by quickly checking manually on my project - I get the following error:
Is it possible to provide support for this plugin in the near future? Supporting this version of the plugin helps to utilize bug-fix patches from the latest release on our project
What does the proposed API of configuration look like?
The API-usage with rspack should remain the same as of now - I think its just about the WASM compatibility
The text was updated successfully, but these errors were encountered: