Fix production webpack build broken by #1420

This commit is contained in:
Cassie Tarakajian 2020-05-06 17:51:09 -04:00
parent ad11d2b89c
commit 2308d06f74
1 changed files with 5 additions and 1 deletions

View File

@ -91,7 +91,11 @@ module.exports = [{
}
},
{
test: /fonts\/.*\.(mp3|eot|ttf|woff|woff2)$/,
test: /\.mp3$/,
use: 'file-loader'
},
{
test: /fonts\/.*\.(eot|ttf|woff|woff2)$/,
use: 'file-loader'
},
{