Fix production webpack build broken by #1420
This commit is contained in:
parent
ad11d2b89c
commit
2308d06f74
1 changed files with 5 additions and 1 deletions
|
@ -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'
|
use: 'file-loader'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue