swc-loader icon indicating copy to clipboard operation
swc-loader copied to clipboard

seems not work with @swc/core after 1.3.49

Open taozhou-glean opened this issue 1 year ago • 0 comments

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:

Module build failed (from ./node_modules/swc-loader/src/index.js):
Error: failed to handle: called `Result::unwrap()` on an `Err` value: PoisonError { .. }

taozhou-glean avatar May 04 '23 04:05 taozhou-glean