Closed vladbakumenko closed 5 months ago
At a glance it looks like webpack thinks it's running in an interactive terminal by mistake, I'd start by looking at webpack's configuration
But there's nothing connecting the log systems, so from this plugin's perspective you could hide standard out or standard err, or both Only showing stderr will probably get you most of the important information, but in general this is best configured downstreams (in this case in webpack)
I guess there's also the option of filtering lines that include [webpack.Progress]
thanks for response!
When you run the npm_run_build command, a lot of build logs are displayed in the console. Is it possible to hide them?