mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-14 17:38:02 -05:00
Co-authored-by: wch <wch@users.noreply.github.com> Co-authored-by: Barret Schloerke <schloerke@gmail.com>
568 B
568 B
yarn Patch files
yarn_pnp.patch- This file is currently not used and is outdated.
- This provides a good game plan on how to use PnP with Yarn once esbuild can easily be integrated with Yarn PnP.
- Using PnP removes the
node_modulesfolder, but adds a zip of each package. I do not like Yarn's suggestion to commit these zip files to support their Zero Installs philosophy. - Reference: