You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`--formats`|`formats`| Formats of output files |`['gzip', 'brotli']`|
51
+
|`--with-zopfli`|`withZopfli`| Enable zopfli algorithm for gzip |`false`|
51
52
|`--ext-white-list`|`extWhiteList`| A list of extensions that will be used to filter the necessary files |`['.html', '.css', '.js', '.json', '.svg', '.txt', '.xml']`|
52
53
|`--concurrency`|`concurrency`| number of parallel handlers |`os.cpus().length`|
53
54
|`--file-size`|`fileSize`| File size treshold in bytes. Files smaller than this size will be ignored |`0`|
0 commit comments