Change svg inlining

This commit is contained in:
schmelczerandras 2020-11-18 21:17:42 +01:00
parent e8177c9c0a
commit df959ad304
11 changed files with 112 additions and 46 deletions

View file

@ -98,14 +98,6 @@ module.exports = {
},
],
},
{
test: /\.svg$/,
loader: 'svg-url-loader',
options: {
limit: 10 * 1024,
noquotes: true,
},
},
{
test: /\.(pdf)$/i,
use: {
@ -116,6 +108,10 @@ module.exports = {
},
},
},
{
test: /\.svg$/i,
use: 'raw-loader',
},
{
test: /no-change.*(ico|html|txt)$/i,
use: {