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>2021-07-21 09:08:41 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-21 09:08:41 +0300
commit66c3e34b4f4931f613a6ff65435c19e9373c2a6a (patch)
treeed8ade5810abde1947fcc0e2b6231c0be82f327d /config/webpack.config.js
parenta6ebd13ef8a8b95d7b12a442fdb99b03092e98ba (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r--config/webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index 118aeac0ee1..146df2c613b 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -126,7 +126,7 @@ function generateEntries() {
default: defaultEntries,
sentry: './sentry/index.js',
performance_bar: './performance_bar/index.js',
- jira_connect_app: './jira_connect/index.js',
+ jira_connect_app: './jira_connect/subscriptions/index.js',
};
return Object.assign(manualEntries, incrementalCompiler.filterEntryPoints(autoEntries));