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
{{ message }}
This repository was archived by the owner on Sep 2, 2023. It is now read-only.
Since the PR for a --dev flag got stalled at nodejs/node#33171 it could still be useful to provide a top-level way to set Node.js conditions like "development" and "production".
The simplest proposal then would just be to have a top-level --conditions flag:
node --conditions=production,custom x.js
as a comma-separated list of conditions to add to the resolution process.
Perhaps if there is time to discuss this today we can get some feedback before any PR work is attempted.