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
you are using console.error to output the build time and size but i want to silence STDERR with 2>/dev/null as I am getting a bunch of ENOENT as per this issue: #48
you are using
console.errorto output the build time and size but i want to silence STDERR with2>/dev/nullas I am getting a bunch of ENOENT as per this issue: #48