diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-05-11 18:09:16 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2017-05-11 18:09:16 +0000 |
commit | e65d9326fcaecafbbfdc423f1c9e51f584d03463 (patch) | |
tree | 267a21db6336dd8b78f6cb600a09051ce07320fc | |
parent | 010a349710fadc01ab1b56b7dc47e4926315cf28 (diff) | |
parent | 262876a043a31cfa24dd620b85d13c1fc2c7ef8e (diff) | |
download | gitlab-ce-e65d9326fcaecafbbfdc423f1c9e51f584d03463.tar.gz |
Merge branch 'remove-balsamiq-module-from-common_vue-bundle' into 'master'
Remove balsamiq module from common_vue bundle
Closes #32092
See merge request !11248
-rw-r--r-- | config/webpack.config.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js index cb0ccdab74a..32064138ae4 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -148,7 +148,6 @@ var config = { 'notebook_viewer', 'pdf_viewer', 'pipelines', - 'balsamiq_viewer', 'pipelines_graph', ], minChunks: function(module, count) { |