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
path: root/config
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-02-28 10:02:04 +0300
committerMike Greiling <mike@pixelcog.com>2018-02-28 10:02:04 +0300
commit7ed005a561351fa61c2572ffbb070741b826b8bd (patch)
tree3d9475934a369109483745abaf8fba372becafb3 /config
parent77926bc29db638f50cf322f91913f5a68228b1ea (diff)
remove unused filtered_search webpack bundle
Diffstat (limited to 'config')
-rw-r--r--config/webpack.config.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index 7e2a2d7e3b4..8321206e2cf 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -46,7 +46,6 @@ function generateEntries() {
balsamiq_viewer: './blob/balsamiq_viewer.js',
cycle_analytics: './cycle_analytics/cycle_analytics_bundle.js',
environments: './environments/environments_bundle.js',
- filtered_search: './filtered_search/filtered_search_bundle.js',
monitoring: './monitoring/monitoring_bundle.js',
mr_notes: './mr_notes/index.js',
notebook_viewer: './blob/notebook_viewer.js',