Add better svg loader
This commit is contained in:
parent
59a0afbac7
commit
3ec50d7f57
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue