summaryrefslogtreecommitdiff
path: root/config/webpack.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r--config/webpack.config.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index e806083bf16..4611544226d 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -224,23 +224,12 @@ const config = {
new webpack.optimize.CommonsChunkPlugin({
name: 'common_vue',
chunks: [
- 'boards',
- 'deploy_keys',
- 'environments',
- 'filtered_search',
- 'groups',
'monitoring',
'mr_notes',
'notebook_viewer',
'pdf_viewer',
- 'pipelines',
- 'pipelines_details',
'registry_list',
'ide',
- 'schedule_form',
- 'schedules_index',
- 'sidebar',
- 'vue_merge_request_widget',
],
minChunks: function(module, count) {
return module.resource && (/vue_shared/).test(module.resource);