What is the workaround for loading plugins in Yarn PNP?
https://github.com/swc-project/swc/issues/3247
Can I get an example of how to do this?
My specific use case:
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:
- I’m using yarn pnp
- I have a package that runs in vite using @vitejs/plugin-react-swc
- I need to use the
plugin https://www.npmjs.com/package/@swc/plugin-styled-jsxstyled-jsx
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...