File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ Default: `gzip`
171171
172172The compression algorithm/function.
173173
174- > ** Note **
174+ > [ !NOTE ]
175175>
176176> If you use custom function for the ` algorithm ` option, the default value of the ` compressionOptions ` option is ` {} ` .
177177
@@ -234,7 +234,7 @@ Compression options for `algorithm`.
234234
235235You can find all options here [ zlib] ( https://nodejs.org/api/zlib.html#zlib_class_options ) .
236236
237- > ** Note **
237+ > [ !NOTE ]
238238>
239239> If you use custom function for the ` algorithm ` option, the default value is ` {} ` .
240240
@@ -441,7 +441,7 @@ module.exports = {
441441
442442Prepare compressed versions of assets using ` zopfli ` library.
443443
444- > ** Note **
444+ > [ !NOTE ]
445445>
446446> ` @gfx/zopfli ` require minimum ` 8 ` version of ` node ` .
447447
@@ -502,7 +502,7 @@ module.exports = {
502502};
503503```
504504
505- ** Note ** Brotli’s ` BROTLI_PARAM_QUALITY ` option is functionally equivalent to zlib’s ` level ` option.
505+ [ !NOTE ] Brotli’s ` BROTLI_PARAM_QUALITY ` option is functionally equivalent to zlib’s ` level ` option.
506506You can find all Brotli’s options in [ the relevant part of the zlib module documentation] ( https://nodejs.org/api/zlib.html#zlib_class_brotlioptions ) .
507507
508508### Multiple compressed versions of assets for different algorithm
You can’t perform that action at this time.
0 commit comments