[DEV] Fixed webm and svg

This commit is contained in:
2018-07-11 08:07:33 +10:00
parent 2bb6ca754d
commit 45b9081951

View File

@ -43,7 +43,7 @@ module.exports = {
},
{
test: /\.svg|\.webm|\.mp4$/i,
test: /\.svg$|\.webm$|\.mp4$/i,
use: [{
loader: "file-loader",
options: {