Added mp4 and webm to webpack
This commit is contained in:
@ -41,7 +41,7 @@ module.exports = {
|
||||
},
|
||||
|
||||
{
|
||||
test: /\.jpe?g$|\.gif$|\.png$|\.svg$/i,
|
||||
test: /\.jpe?g$|\.gif$|\.png$|\.svg|\.webm|\.mp4$/i,
|
||||
loader: "file-loader?name=[path][name].[ext]"
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user