You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(gatsby): fix webpack compilation when pnpm is used (#38757) (#38804)
* fix: use different method of figuring out wether to enable .cache resolver plugin
* use multiple conditions when deciding wether to enable .cache folder resolver plugin
* feat(gatsby-dev-cli): allow using pnpm for installing deps
* test: add pnpm test
* test: test api functions for pnp and pnpm
* fix: api functions
* Update packages/gatsby/src/utils/webpack/plugins/cache-folder-resolver.ts
Co-authored-by: Katherine Beck <49894658+kathmbeck@users.noreply.github.com>
* chore: separate test loops for trying to resolve from cache folder and gatsby package, break on first unresolvable module
---------
Co-authored-by: Katherine Beck <49894658+kathmbeck@users.noreply.github.com>
(cherry picked from commit d2ffc2a)
Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
0 commit comments