sagold / handlebars-webpack-plugin

Renders your html-template at build time
162 stars 45 forks source link

Add support for a `verbose` parameter #86

Open xavierfoucrier opened 3 years ago

xavierfoucrier commented 3 years ago

It would be cool to have a verbose parameter to prevent the plugin from "polluting" the console output with HandlebarsPlugin: + partial or HandlebarsPlugin: + helper or HandlebarsPlugin: + created output.

Note that this is an issue when you want to profile the webpack build using Webpack Bundle Analyzer CLI: webpack --config webpack.dev.js --profile --json > stats.json will output HandlebarsPlugin log at the beginning of the stats.json file.