-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
chore: node_env as global env #5613
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@styfle do you have any idea why Windows builds are failing saying that "npm" is not a recognised command? Never seen this (https://github.com/nodejs/nodejs.org/actions/runs/5802085672/job/15727733041?pr=5613) could that be due to strict env? |
Co-authored-by: Steven <steven@ceriously.com> Signed-off-by: Claudio Wunder <cwunder@gnome.org>
📦 Next.js Bundle Analysis for nodejs.orgThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
cc @nodejs/website I'm fast-tracking this as we're overusing a lot of Edge Middleware Invocations on our Vercel Cloud. |
Description
This PR removes our dynamic implementation of Middlewares, as discussed on #5604, since it is a Next.js limitation to support dynamic matchers and to reduce the number of invocations on our Edge Middleware.
Validation
This is validated by the Documentation of Next.js and after validating the indeed the amount of Edge Middleware invocations reduces.