diff options
author | Phil Hughes <me@iamphill.com> | 2017-05-15 07:48:56 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-05-15 07:48:56 +0000 |
commit | ba5009def3199f95729f7d90c5349103731cb059 (patch) | |
tree | 0c775f9887bda4009cac8ae1b09cd4a72fdbda7f /config/webpack.config.js | |
parent | c48554edc24fcdddd4af374ff99f5953a5e672d4 (diff) | |
parent | b504b09b682e8b2bf65e3f027308f19bc0d688e9 (diff) | |
download | gitlab-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.js | 2 |
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', }, |