diff options
author | Constance Okoghenun <cokoghenun@gitlab.com> | 2018-03-02 20:04:55 +0100 |
---|---|---|
committer | Constance Okoghenun <cokoghenun@gitlab.com> | 2018-03-02 20:04:55 +0100 |
commit | 8510fc8701344afdfc76e4df7f97b686175dae70 (patch) | |
tree | 18400e0f57916e111af88ac1d13efc81d960768d /config/webpack.config.js | |
parent | 98fecb5f8e64c4c64c96d065bc342d986140367e (diff) | |
download | gitlab-ce-8510fc8701344afdfc76e4df7f97b686175dae70.tar.gz |
Removed terminal webpack bundle tagterminal-bundle-refactor
Diffstat (limited to 'config/webpack.config.js')
-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 959cebe7487..0fedb6a8c72 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -45,7 +45,6 @@ function generateEntries() { const manualEntries = { monitoring: './monitoring/monitoring_bundle.js', mr_notes: './mr_notes/index.js', - terminal: './terminal/terminal_bundle.js', common: './commons/index.js', common_vue: './vue_shared/vue_resource_interceptor.js', |