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
Plugin uses console.error and console.log rather than webpack builtin logger. This causes the plugin to produce plain text output even when running webpack with parameter --json.
I suggest usage of console is replaced with the logger from webpack to avoid this.
The text was updated successfully, but these errors were encountered:
Plugin uses
console.error
andconsole.log
rather than webpack builtin logger. This causes the plugin to produce plain text output even when running webpack with parameter--json
.I suggest usage of
console
is replaced with the logger from webpack to avoid this.The text was updated successfully, but these errors were encountered: