GithubHelp home page GithubHelp logo

Comments (6)

wclr avatar wclr commented on May 5, 2024

I believe this is the solution:
https://webpack.js.org/configuration/resolve/#resolve-symlinks

from enhanced-resolve.

qiyuan-wang avatar qiyuan-wang commented on May 5, 2024

@whitecolor this solution won't work because it only deals with the first-level symlink.

When requiring a symlink package in inside a symlink package (like npminstall does, it installs all level dependencies in the form of symlink), it would throw a error of 'Module not found'.

I have a simple workaround for it: adding the root path to the config's resolve.modules. It works but slow down the building process.

We need a better way to solve this problem.

from enhanced-resolve.

wclr avatar wclr commented on May 5, 2024

We need a better way to solve this problem.

Not using symlinks? 😄

from enhanced-resolve.

zkochan avatar zkochan commented on May 5, 2024

pnpm does not use the --preserve-symlinks flag anymore, so if webpack uses the same resolution algorithm that Node uses (which is resolving symlinks to real path), then it should work fine with pnpm.

I believe this is the solution:
https://webpack.js.org/configuration/resolve/#resolve-symlinks

Maybe this could help with the issue described here?

from enhanced-resolve.

zkochan avatar zkochan commented on May 5, 2024

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

from enhanced-resolve.

vjpr avatar vjpr commented on May 5, 2024

Yeh this issue was only webpack@1 related.

from enhanced-resolve.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.