generated from Richienb/node-module-boilerplate
-
-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Labels
bugSomething isn't workingSomething isn't working
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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working