Closed enessefak closed 11 months ago
Start a new pull request in StackBlitz Codeflow.
I wasn't able to reproduce on my Windows machine.
I had to change import(`../plugins/${pluginPathName}/index.jsx`);
to import(`./plugins/${pluginPathName}/index.jsx`);
. But module
does exist both on dev and build.
Closing due to lack of response.
Describe the bug
I am doing...
What I expect is...
I expect it to work correctly on Windows as it does on macOS.
What actually happening is...
On Windows, the module is not found, and when I build it, object.assign({}) comes empty. It works flawlessly on macOS.
Reproduction
https://stackblitz.com/edit/vitejs-vite-fkfu4y?file=src%2FApp.jsx
Steps to reproduce
System Info
Used Package Manager
pnpm
Logs
No response
Validations