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

chore(deps): update #193

Merged
merged 1 commit into from Oct 3, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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