Description
Bug report
Describe the bug
I tried using Next.js with Rush.js which is a tool that helps developers create and maintain monorepo projects. It has support for NPM, Yarn and PNPM.
I tried using with PNPM cause it's really good compared to Yarn and NPM but I was surprised that it wasn't working with Next.js.
Next.js is working only with Yarn and NPM and it appears that Next.js's server-renderer bundler is not correctly externalizing modules with PNPM.
To Reproduce
https://github.com/zefexdeveloper/nextjs-pnpm
You can clone the repository and follow the readme. There's also a yarn
branch with a working example.
Expected behavior
It should work just like with Yarn/NPM.
Additional context
I would like to invite @octogonz (Rush.js), @timneutkens @Timer (Next.js) and @zkochan (PNPM). Great people that are related to those projects and it would be amazing to hear from them to see what might be the problem.