itgalaxy / nunjucks-webpack-plugin

A webpack plugin for nunjucks.
MIT License
27 stars 12 forks source link

Minifying output HTML files #15

Closed t0lya closed 5 years ago

t0lya commented 5 years ago

Has anyone been able to figure out how to minify the HTML files built by the plugin?

t0lya commented 5 years ago

Never mind, found out you can use HtmlMinifierWebpackPlugin right after the NunjucksWebpackPlugin.