-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Open
Labels
Description
What problem does this feature solve?
yarn 1.12 supports PnP: https://github.com/yarnpkg/rfcs/blob/master/accepted/0000-plug-an-play.md
What does the proposed API look like?
I tried to get it to work, but the default project was missing a whole bunch of peer dependencies in the package.lock. Once that was resolved, the vue-cli webpack rules would have to be adjusted with:
https://github.com/arcanis/pnp-webpack-plugin
And for jest:
davewasmer, rromanv, doits, jbenner-radham, benlind and 14 more