summaryrefslogtreecommitdiff
path: root/config/webpack.config.js
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-05-15 07:48:56 +0000
committerPhil Hughes <me@iamphill.com>2017-05-15 07:48:56 +0000
commitba5009def3199f95729f7d90c5349103731cb059 (patch)
tree0c775f9887bda4009cac8ae1b09cd4a72fdbda7f /config/webpack.config.js
parentc48554edc24fcdddd4af374ff99f5953a5e672d4 (diff)
parentb504b09b682e8b2bf65e3f027308f19bc0d688e9 (diff)
downloadgitlab-ce-ba5009def3199f95729f7d90c5349103731cb059.tar.gz
Merge branch 'add-balsamiq-integration-test' into 'master'
Added balsamiq jasmine integration test Closes #31889 See merge request !11257
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r--config/webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index ed71ee09963..5d5a42512b1 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -94,7 +94,7 @@ var config = {
query: { mimetype: 'image/gif' },
},
{
- test: /\.(worker\.js|pdf)$/,
+ test: /\.(worker\.js|pdf|bmpr)$/,
exclude: /node_modules/,
loader: 'file-loader',
},