Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
chore(deps): update (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Oct 3, 2019
1 parent 2bffcfd commit a251a23
Show file tree
Hide file tree
Showing 3 changed files with 1,280 additions and 1,301 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -123,9 +123,9 @@ Default: `undefined`

The limit can be specified via loader options and defaults to no limit.

#### `Number`
#### `Number|String`

A `Number` specifying the maximum size of a file in bytes. If the file size is
A `Number` or `String` specifying the maximum size of a file in bytes. If the file size is
**equal** or **greater** than the limit [`file-loader`](https://github.com/webpack-contrib/file-loader)
will be used (by default) and all query parameters are passed to it.
Using an alternative to `file-loader` is enabled via the `fallback` option.
Expand Down

0 comments on commit a251a23

Please sign in to comment.