From cb304b9538edaa6633b90391b1783918861592eb Mon Sep 17 00:00:00 2001 From: Alex Barashkov Date: Tue, 4 May 2021 12:42:04 +0200 Subject: [PATCH] chore: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 520b305..d144383 100644 --- a/README.md +++ b/README.md @@ -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/)