Replies: 1 comment 1 reply
-
pnp will be supported in near future |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, PnP is not supported by RsPack - not sure if it's supported via the webpack plugin. One of the goals of this project is speed and it improves significantly when it comes to bundling code. However, when we look at the bigger picture - currently my
yarn install
takes 16 times more time when running in CI/CD environment. This can be significantly reduced if using Yarn PnP, especially if the yarn caching between CI/CD is shared.Example log from my CI/CD (GitLab)
Just to clarify - the runner for this pipeline is slow, there aren't that many dependencies for this example.
I guess the other question here is - is the community will use PnP?
1 vote ·
Beta Was this translation helpful? Give feedback.
All reactions