plugins
plugins copied to clipboard
emotion plugin should not use `Path::new`
https://github.com/swc-project/plugins/blob/4e75423a873b25f1526d29b51b74bff1475467fd/packages/emotion/src/lib.rs#L76
This will be broken on windows
I ran the emotion fixture suite and builds on windows to see if this was still an issue and it seems to work now, is this what you find too? Can probably close this if so
@Codex- The problem is that the plugin is compiled as a Wasm binary, which uses / as the path separator even on windows.