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
Avoid depending on Node's 'util' module for promisify()
Historically this wasn't a problem as bundlers would automatically
include polyfills for Node modules, but that's no longer true (in
Webpack 5 it's mildly awkward, and with ESBuild even more so) so it's
useful to avoid these where possible.
0 commit comments