Closed
Description
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.