Skip to content

Commit b896c5a

Browse files
chore: update lock file (#145)
1 parent 330254c commit b896c5a

File tree

2 files changed

+492
-479
lines changed

2 files changed

+492
-479
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Default: `0.8`
227227
Only assets that compress better than this ratio are processed (`minRatio = Compressed Size / Original Size`).
228228
Example: you have `image.png` file with 1024b size, compressed version of file has 768b size, so `minRatio` equal `0.75`.
229229
In other words assets will be processed when the `Compressed Size / Original Size` value less `minRatio` value.
230-
You can use `1` value to process assets that are smaller than the original. Use a value of Number.MAX_SAFE_INTEGER to process all assets even if they are larger than the original (useful when you are pre-zipping all assets for AWS)
230+
You can use `1` value to process assets that are smaller than the original. Use a value of Number.MAX_SAFE_INTEGER to process all assets even if they are larger than the original (useful when you are pre-zipping all assets for AWS)
231231

232232
```js
233233
// in your webpack.config.js

0 commit comments

Comments
 (0)