-
-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
perf: vercel lambdas, drop unrequired deps #3581
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Code Climate has analyzed commit 4b6670c and detected 0 issues on this pull request. View more on Code Climate. |
Context: vercel/next.js#42641 and vercel/next.js#42641 (comment)
In this repo example with yarn and supportedArchitectures (#3582) there's no value to play with the
experimental.outputFileTracingExcludes
: vercel/next.js#44605.But as I use PNPM often, I feel nice to keep the code commented.
That said it would be super nice to have an equivalent to yarn supportedArchitectures for all package managers: ie: npm npm/rfcs#519
Before
After