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
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-05-10 17:22:56 +0300
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-05-10 17:22:56 +0300
commit262876a043a31cfa24dd620b85d13c1fc2c7ef8e (patch)
tree4529eab30ed544a46e6c3480fb43f7ddb07c19fb /config/webpack.config.js
parenta24e8bfc68da79bcae3d05f353ad6ecd49cded0e (diff)
Remove balsamiq module from common_vue bundle
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r--config/webpack.config.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index 7e413c8493e..2b833c21f58 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -147,7 +147,6 @@ var config = {
'notebook_viewer',
'pdf_viewer',
'pipelines',
- 'balsamiq_viewer',
'pipelines_graph',
],
minChunks: function(module, count) {