This commit is contained in:
Wilson Lin 2021-01-07 18:10:24 +11:00 committed by GitHub
parent 52eaf10148
commit ad7a24f9bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ The settings used for each minifier can be found in [minifiers.js](./minifiers.j
- CSS minification is disabled for all, as minify-html currently does not support CSS minification (coming soon).
- All minifiers are configured to use esbuild for JS minification asynchronously and in parallel, similar to how minify-html works.
- `conservativeCollapse` is enabled for html-minifier as otherwise some whitespace would be unsafely removed with side affects. minify-html can safely remove whitespace with context if configured properly.
- `conservativeCollapse` is enabled for html-minifier as otherwise some whitespace would be unsafely removed with side effects. minify-html can safely remove whitespace with context if configured properly.
## Running