Add better svg loader

This commit is contained in:
schmelczerandras 2020-11-26 22:54:15 +01:00
parent 59a0afbac7
commit 3ec50d7f57
2 changed files with 2 additions and 2 deletions

View file

@ -113,7 +113,7 @@ module.exports = (env, argv) => ({
},
{
test: /\.svg$/i,
use: 'raw-loader',
use: 'svg-inline-loader',
},
{
test: /no-change.*(ico|html|txt|png|webmanifest)$/i,