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
|**[`test`](#test)**|`{String\|RegExp\|Array<String\|RegExp>}`|`undefined`| Include all assets that pass test assertion |
46
-
|**[`include`](#include)**|`{String\|RegExp\|Array<String\|RegExp>}`|`undefined`| Include all assets matching any of these conditions |
47
-
|**[`exclude`](#exclude)**|`{String\|RegExp\|Array<String\|RegExp>}`|`undefined`| Exclude all assets matching any of these conditions |
48
-
|**[`algorithm`](#algorithm)**|`{String\|Function}`|`gzip`| The compression algorithm/function |
49
-
|**[`compressionOptions`](#compressionoptions)**|`{Object}`|`{ level: 9 }`| Compression options for `algorithm`|
50
-
|**[`threshold`](#threshold)**|`{Number}`|`0`| Only assets bigger than this size are processed (in bytes) |
51
-
|**[`minRatio`](#minratio)**|`{Number}`|`0.8`| Only assets that compress better than this ratio are processed (`minRatio = Compressed Size / Original Size`) |
52
-
|**[`filename`](#filename)**|`{String\|Function}`|`[path][base].gz`| The target asset filename |
53
-
|**[`deleteOriginalAssets`](#deleteoriginalassets)**|`{Boolean}`|`false`| Whether to delete the original assets or not |
|**[`test`](#test)**|`{String\|RegExp\|Array<String\|RegExp>}`|`undefined`| Include all assets that pass test assertion |
46
+
|**[`include`](#include)**|`{String\|RegExp\|Array<String\|RegExp>}`|`undefined`| Include all assets matching any of these conditions |
47
+
|**[`exclude`](#exclude)**|`{String\|RegExp\|Array<String\|RegExp>}`|`undefined`| Exclude all assets matching any of these conditions |
48
+
|**[`algorithm`](#algorithm)**|`{String\|Function}`|`gzip`| The compression algorithm/function |
49
+
|**[`compressionOptions`](#compressionoptions)**|`{Object}`|maximum available compression level, for gzip: `{ level: 9 }`| Compression options for `algorithm`|
50
+
|**[`threshold`](#threshold)**|`{Number}`|`0`| Only assets bigger than this size are processed (in bytes) |
51
+
|**[`minRatio`](#minratio)**|`{Number}`|`0.8`| Only assets that compress better than this ratio are processed (`minRatio = Compressed Size / Original Size`) |
52
+
|**[`filename`](#filename)**|`{String\|Function}`|`[path][base].gz`| The target asset filename |
53
+
|**[`deleteOriginalAssets`](#deleteoriginalassets)**|`{Boolean}`|`false`| Whether to delete the original assets or not |
0 commit comments