Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-03-03 00:16:11 +0300
committerFatih Acet <acetfatih@gmail.com>2018-03-03 00:16:11 +0300
commitb342d2ae52d8f821dedd513dc80b56c99d2868f8 (patch)
tree2e32ba5d23bb5835f780f40ed629c7853ed21f3a /config/webpack.config.js
parent369d34c7c8e006d2568e4a1b12b6493830811270 (diff)
Remove mr_notes webpack bundle
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r--config/webpack.config.js3
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',