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
Using the default plugin configuration, console appears to be polyfilled as an empty object.
One of my dependencies uses uuid which uses util.deprecate - but in util the console is simply an empty object so errors when it tries to call console.error
new NodePolyfillPlugin({
excludeAliases: ["console"]
}),
Appears to fix it.
The text was updated successfully, but these errors were encountered:
Using the default plugin configuration,
console
appears to be polyfilled as an empty object.One of my dependencies uses
uuid
which usesutil.deprecate
- but inutil
theconsole
is simply an empty object so errors when it tries to callconsole.error
Appears to fix it.
The text was updated successfully, but these errors were encountered: