Add mp3 to project, make binary files available in rsg on util

This commit is contained in:
Scott Nonnenberg 2018-04-05 08:30:30 -07:00
parent 104a1ca5d4
commit ed12e1b076
No known key found for this signature in database
GPG key ID: 5F82280C35134661
3 changed files with 24 additions and 1 deletions

View file

@ -149,7 +149,7 @@ module.exports = {
},
{
// To test handling of attachments, we need arraybuffers in memory
test: /\.(gif|mp3|mp4)$/,
test: /\.(gif|mp3|mp4|txt)$/,
loader: 'arraybuffer-loader',
},
],