zregvart opened a new pull request, #1358: URL: https://github.com/apache/camel-website/pull/1358
This changes the Yarn linker method from PnP, where all dependencies are placed in the git repository to the regular node-modules linker, much akin to how most Node projects handle dependencies. The PnP linker mode has served us very well, with only a few issues along the way, namely the fact that the architecture-specific binaries would be cached. This meant that the state of the git repository would change depending on where the build, or update of the dependencies was done. Using the node-modules doesn't exhibit those issues as the dependencies are fetched either from the network or from the local per-user cache. The other side effect is that the checked out size is significantly smaller compared to PnP. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
