Skip to content

Commit

Permalink
chore: update lock file (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Jan 3, 2020
1 parent 330254c commit b896c5a
Show file tree
Hide file tree
Showing 2 changed files with 492 additions and 479 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ Default: `0.8`
Only assets that compress better than this ratio are processed (`minRatio = Compressed Size / Original Size`).
Example: you have `image.png` file with 1024b size, compressed version of file has 768b size, so `minRatio` equal `0.75`.
In other words assets will be processed when the `Compressed Size / Original Size` value less `minRatio` value.
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)
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)

```js
// in your webpack.config.js
Expand Down
Loading

0 comments on commit b896c5a

Please sign in to comment.