diff --git a/webpack.config.js b/webpack.config.js index b503c35..f6855b1 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -43,7 +43,7 @@ module.exports = { }, { - test: /\.svg|\.webm|\.mp4$/i, + test: /\.svg$|\.webm$|\.mp4$/i, use: [{ loader: "file-loader", options: {