vite icon indicating copy to clipboard operation
vite copied to clipboard

Support yarn2 and pnpm

Open pi0 opened this issue 3 years ago • 3 comments

Nuxt ships with implicit dependencies. Workaround for webpack supporting yarn plug-and-play is using [pnp-webpack-plugin](https://github.com/arcanis/pnp-webpack-plugin - https://github.com/nuxt/nuxt.js/pull/8389)

  • Vite related issue for pnpm: https://github.com/vitejs/vite/issues/324 suggested solution is pnpm install --shamefully-hoist.
  • Related: #89

pi0 avatar Mar 10 '21 10:03 pi0