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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ module.exports = {
44
44
|**`filename`**|`{Function}`|`false`|A `{Function}``(asset) => asset` which receives the asset name (after processing `asset` option) and returns the new asset name|
45
45
|**`algorithm`**|`{String\|Function}`|`gzip`|Can be `(buffer, cb) => cb(buffer)` or if a `{String}` is used the algorithm is taken from `zlib`|
46
46
|**`threshold`**|`{Number}`|`0`|Only assets bigger than this size are processed. In bytes.|
47
-
|**`minRatio`**|`{Number}`|`0.8`|Only assets that compress better that this ratio are processed|
47
+
|**`minRatio`**|`{Number}`|`0.8`|Only assets that compress better than this ratio are processed|
48
48
|**`deleteOriginalAssets`**|`{Boolean}`|`false`|Whether to delete the original assets or not|
0 commit comments