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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-02-11 03:17:04 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-02-11 03:17:04 +0300
commit18ad304adc191b31f11a311fc4b89e3ea8f0f328 (patch)
tree8a47b5a381887386705e3c3e4afc893c7eee2b37 /config/webpack.config.js
parent9abffa14d6395d56b77313541d63e0c12ae2b602 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r--config/webpack.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index c02c8f0d74d..c010a12745f 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -143,6 +143,7 @@ function generateEntries() {
performance_bar: './performance_bar/index.js',
jira_connect_app: './jira_connect/subscriptions/index.js',
sandboxed_mermaid: './lib/mermaid.js',
+ redirect_listbox: './entrypoints/behaviors/redirect_listbox.js',
};
return Object.assign(manualEntries, incrementalCompiler.filterEntryPoints(autoEntries));