added support for more asset file types
Signed-off-by: Pascal Syma <pascal@syma.dev>
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ module.exports = {
|
||||
use: "raw-loader"
|
||||
},
|
||||
{
|
||||
test: /\.(gif|png|jpe?g|svg|xml)$/i,
|
||||
test: /\.(ogg|mp3|wav|mpe?g|gif|png|jpe?g|svg|xml)$/i,
|
||||
use: "file-loader"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user