-
Notifications
You must be signed in to change notification settings - Fork 190
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
Backport preserve-symlinks fix to [email protected] for webpack@1 #45
Comments
I believe this is the solution: |
@whitecolor this solution won't work because it only deals with the first-level symlink. When requiring a I have a simple workaround for it: adding the root path to the config's We need a better way to solve this problem. |
Not using symlinks? 😄 |
pnpm does not use the
Maybe this could help with the issue described here? |
I just checked today and the latest pnpm works fine with the latest CRA. @vjpr could you recheck and confirm. In that case, I believe this can be closed |
Yeh this issue was only webpack@1 related. |
@sokra Could we get a backport to
enhanced-resolve@~0.9
?create-react-app
depends on[email protected]
which depends onenhanced-resolve@~0.9
and when installing withpnpm
to a global symlinked store (the fastest way to install deps currently and what yarn may support eventually), it does not work.The text was updated successfully, but these errors were encountered: