-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support pnpm #310
Comments
Please describe what is wrong and provide a way for me to reproduce the problem. Otherwise I will close this issue as it's not actionable. |
done, no error.
react running as usual on localhost:3000
|
I'm unable to reproduce the issue:
Are there any additional steps needed to reproduce this? Also, what version of pnpm and esbuild are you using, and on what operating system? Support for pnpm was added a while ago so it's supposed to work already (see issue #67). Note that esbuild doesn't support code generated by create-react-app because it does not yet parse CSS files (see issue #20). I had to add |
Yes, sorry... I am removing "import *.css" and "import *.svg" from 'src/index.js' and 'src/App.js'. I am using pnpm 5.4.11, esbuild 0.6.14 on windows 10 |
Thanks. It looks like pnpm uses symlinks with absolute paths on Windows but uses relative paths on other platforms, and I'm not supporting absolute paths correctly. I should be able to fix this. |
This should be fixed in version 0.6.15 which was just released. Please let me know if it doesn't work for you. |
https://pnpm.js.org/
The text was updated successfully, but these errors were encountered: