Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lnikell committed May 4, 2021
1 parent 47c1c2c commit cb304b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ plugins: [

### Set URL loader fallback limit

By default webpack `url-loader` has a fallback to `file-loader` that converts the file from the original extension to base64. So if you want to set the limit from which it should be loaded directly from url instead of base64 loading just use limit option within `urlLoaderOptions`.
By default webpack `url-loader` has a fallback to `file-loader` that converts the file from the original extension to base64. Plugins set default as 512 bytes. So if you want to set the limit from which it should be loaded directly from url instead of base64 loading just use limit option within `urlLoaderOptions`.

Limits you set in bytes. Read about more options [there](https://webpack.js.org/loaders/url-loader/)

Expand Down

0 comments on commit cb304b9

Please sign in to comment.