fix svg path

This commit is contained in:
Matteo Pagliazzi
2019-10-15 18:49:15 +02:00
parent 9297685825
commit e65ed4ee36

View File

@@ -92,7 +92,7 @@ module.exports = {
.loader('svg-url-loader')
.options({
limit: 4000,
name: 'svg/[contenthash].[ext]',
name: 'static/svg/[contenthash].[ext]',
})
.end()
.use('svgo-loader')