menu
The WebpackBar plugin provides an improved progress bar and displays file names in real time.

image.png 30.7 KB

Implementation:
const WebpackBar = require('webpackbar');

module.exports = {
    // Otras configuraciones...
    plugins: [
        new WebpackBar()
    ]
};