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 Feb 18, 2024. It is now read-only.
After #852 we don't have a Neutrino binary that's used as the only entrypoint any more, so presumably this would have to be done via something like process.on('warning', e => console.warn(e.stack)); ? https://nodejs.org/api/process.html#process_event_warning
That said, is this still worth it - given people can just node --trace-warnings ... or NODE_OPTIONS='--trace-warnings' webpack ... etc?
When running in debug mode, we should use the
trace-warnings
flag to print stack traces for process warnings.The text was updated successfully, but these errors were encountered: