diff options
author | Luke "Jared" Bennett <lbennett@gitlab.com> | 2017-05-10 14:22:56 +0000 |
---|---|---|
committer | Luke "Jared" Bennett <lbennett@gitlab.com> | 2017-05-10 14:22:56 +0000 |
commit | 262876a043a31cfa24dd620b85d13c1fc2c7ef8e (patch) | |
tree | 4529eab30ed544a46e6c3480fb43f7ddb07c19fb /config | |
parent | a24e8bfc68da79bcae3d05f353ad6ecd49cded0e (diff) | |
download | gitlab-ce-262876a043a31cfa24dd620b85d13c1fc2c7ef8e.tar.gz |
Remove balsamiq module from common_vue bundleremove-balsamiq-module-from-common_vue-bundle
Diffstat (limited to 'config')
-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 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) { |