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
{{ message }}
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.
In my webpack.config.js, I have implemented my own logging system, where I log to the console when a bundle has started building, and when it has finished.
This results in double the logging:
I would like to disable the loggings of parallel-webpack.
Explain the problem
In my
webpack.config.js
, I have implemented my own logging system, where I log to the console when a bundle has started building, and when it has finished.This results in double the logging:
I would like to disable the loggings of parallel-webpack.
Expected Behaviour
With
--silent
option nothing should be outputted.Provide your webpack config
I am using the event-hooks-webpack-plugin
Provide your Environment details
Node version: 14.5.0
Operating System: macOS Catalina
webpack version: 4.44.2
parallel-webpack version: 2.6.0
The text was updated successfully, but these errors were encountered: