Add svg webpack loader

This commit is contained in:
manubo
2019-09-30 17:12:26 +02:00
parent a92e62b5bd
commit ed2628528b
3 changed files with 20 additions and 1 deletions

View File

@@ -54,6 +54,10 @@ module.exports = env => {
},
exclude: /node_modules/,
},
{
test: /\.svg$/,
loader: "svg-inline-loader",
},
],
},
plugins: [