summaryrefslogtreecommitdiffstats
path: root/webapp/webpack.config.js
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-03-18 11:39:18 -0400
committerChristopher Speller <crspeller@gmail.com>2016-03-18 11:39:18 -0400
commit6d586c7309cb0ddaca6580dd1520aef4ff554fb5 (patch)
treecba14cde1fca507b54438553534c28f4ff6a4e3d /webapp/webpack.config.js
parent63273d6c164990f596ba72d87b1d566378a099f6 (diff)
parentf5a8703b38c380e1ea170328695b417098f08050 (diff)
downloadchat-6d586c7309cb0ddaca6580dd1520aef4ff554fb5.tar.gz
chat-6d586c7309cb0ddaca6580dd1520aef4ff554fb5.tar.bz2
chat-6d586c7309cb0ddaca6580dd1520aef4ff554fb5.zip
Merge pull request #2472 from ZBoxApp/PLT-2392
PLT-2392: Fix for Notification sound broken
Diffstat (limited to 'webapp/webpack.config.js')
-rw-r--r--webapp/webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/webpack.config.js b/webapp/webpack.config.js
index 4a21d44c7..ee5c7e70b 100644
--- a/webapp/webpack.config.js
+++ b/webapp/webpack.config.js
@@ -52,7 +52,7 @@ var config = {
loaders: ['style', 'css']
},
{
- test: /\.(png|eot|tiff|svg|woff2|woff|ttf|gif)$/,
+ test: /\.(png|eot|tiff|svg|woff2|woff|ttf|gif|mp3)$/,
loader: 'file',
query: {
name: 'files/[hash].[ext]'