posthtml / htmlnano

Modular HTML minifier, built on top of the PostHTML
https://htmlnano.netlify.app
MIT License
249 stars 29 forks source link

feat: add skipInternalWarnings flag to avoid console.warn output #293

Open aaarichter opened 2 months ago

aaarichter commented 2 months ago

motivation:

I'm using htmlnano with AWS Lambda, where the console.warn shows in unit tests and AWS cloudwatch. To suppress them, an optional flag is required