Fix code issues

This commit is contained in:
gion 2020-05-05 12:01:43 +02:00
parent a2ba96ab82
commit 11f6217bb2
17 changed files with 340 additions and 242 deletions

View file

@ -39,8 +39,8 @@ module.exports = merge(common, {
]
},
{
test: /\.(wav)$/i,
use: ["file-loader"]
test: /\.(mp3)$/i,
use: ['file-loader']
}
]
}