What is the workaround for loading plugins in Yarn PNP?

https://github.com/swc-project/swc/issues/3247
directly pointing at the WASM binary is implemented as a temporary workaround

Can I get an example of how to do this?

My specific use case:
GitHub
Describe the feature Since the currently implemented plugin resolve algorithm relies on the node_modules structure, it doesn't work with alternative module linking approaches like ones from pnp...
Was this page helpful?