diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-03-02 21:16:11 +0000 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2018-03-02 21:16:11 +0000 |
commit | b342d2ae52d8f821dedd513dc80b56c99d2868f8 (patch) | |
tree | 2e32ba5d23bb5835f780f40ed629c7853ed21f3a /config | |
parent | 369d34c7c8e006d2568e4a1b12b6493830811270 (diff) | |
download | gitlab-ce-b342d2ae52d8f821dedd513dc80b56c99d2868f8.tar.gz |
Remove mr_notes webpack bundle
Diffstat (limited to 'config')
-rw-r--r-- | config/webpack.config.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js index 0fedb6a8c72..cc098c8a3f9 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -43,9 +43,6 @@ function generateEntries() { autoEntriesCount = Object.keys(autoEntries).length; const manualEntries = { - monitoring: './monitoring/monitoring_bundle.js', - mr_notes: './mr_notes/index.js', - common: './commons/index.js', common_vue: './vue_shared/vue_resource_interceptor.js', locale: './locale/index.js', |