Is there currently a way to access webpack\'s progress while using the node.js API? I\'m familiar with the --progress flag using the CLI.
https://www.npmjs.com/package/progress-bar-webpack-plugin this plugin leverages node-progress.
new ProgressBarPlugin({ format: ' build [:bar] :percent (:elapsed seconds)', clear: false, width: 60 })