Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorSam Rose <sam@gitlab.com>2017-04-12 05:44:22 +0300
committerSam Rose <sam@gitlab.com>2017-04-28 19:52:36 +0300
commit9f3985c6133507ac721abbb4c19049656008ec68 (patch)
tree2b1ccb4c3adf30ced424c690a8dc3a2e6e74fc35 /config
parent6dc424c949ab3de9395d821b05d2e1cc5f632ed2 (diff)
Move PDFLab into GitLab
Diffstat (limited to 'config')
-rw-r--r--config/webpack.config.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index cb0a57a3a41..0ec9e48845e 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -78,6 +78,11 @@ var config = {
loader: 'raw-loader',
},
{
+ test: /\.gif$/,
+ loader: 'url-loader',
+ query: { mimetype: 'image/gif' },
+ },
+ {
test: /\.(worker\.js|pdf)$/,
exclude: /node_modules/,
loader: 'file-loader',