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

Commit a251a23

Browse files
chore(deps): update (#193)
1 parent 2bffcfd commit a251a23

File tree

3 files changed

+1280
-1301
lines changed

3 files changed

+1280
-1301
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ Default: `undefined`
123123

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

126-
#### `Number`
126+
#### `Number|String`
127127

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

0 commit comments

Comments
 (0)