BUG? standalone output build mode and its node_modules
Unanswered
Varied Thrush posted this in #help-forum
Varied ThrushOP
When using create-next-app and output=standalone and I install "@nx/react" as a devDependency then the standalone build's node_modules will include esbuild, even though @nx/react is a dev dep and no code was added that would actually use any code from @nx/react or esbuild.
Why is esbuild in standalone's node_modules folder? Is this by design or is this a bug?
Why is esbuild in standalone's node_modules folder? Is this by design or is this a bug?
2 Replies
Varied ThrushOP
anyone?
Varied ThrushOP
Created a bug ticket, let's see https://github.com/vercel/next.js/issues/77656