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
{{ message }}
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.
when we try to upgrade @swc/core and the plugins to latest, we are seeing following errors:
Module build failed (from ./node_modules/swc-loader/src/index.js):
Error: failed to handle: called `Result::unwrap()` on an `Err` value: PoisonError { .. }
The text was updated successfully, but these errors were encountered:
almost all our swc-plugin dependencies recently upgraded to use [email protected] which maps to @swc/[email protected] ~ according to https://swc.rs/docs/plugin/selecting-swc-core
when we try to upgrade @swc/core and the plugins to latest, we are seeing following errors:
The text was updated successfully, but these errors were encountered: