I want my url loader limit small but many examples have over 5000. Why do that?
If the limit is big then the css file size is also big
{
test: /\.(jpe?g|png|gif|ico)$/,
loader: `url-loader?limit=20&name=[path][name]-[hash].[ext]&context=${__dirname + '/app/assets'}`
}
Here's an example comparing a limit of 1000 with a limit of 20: