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:
authorClement Ho <clemmakesapps@gmail.com>2018-02-28 20:13:46 +0300
committerJacob Schatz <jschatz@gitlab.com>2018-02-28 20:13:46 +0300
commita9db24b2be09f15cabc84735d76f355940dc7a9e (patch)
tree9bafc4822224284194c5e9eab93cf6568ee00448 /config
parent0d3ed41ae532812f2529d31a75aec6b103ee0dfa (diff)
Remove cycle analytics bundle webpack entry point
Diffstat (limited to 'config')
-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 b01cfd6595e..fb0a2c84ccc 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -44,7 +44,6 @@ function generateEntries() {
const manualEntries = {
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',
help: './help/help.js',
@@ -63,7 +62,6 @@ function generateEntries() {
ui_development_kit: './ui_development_kit.js',
two_factor_auth: './two_factor_auth.js',
-
common: './commons/index.js',
common_vue: './vue_shared/vue_resource_interceptor.js',
locale: './locale/index.js',
@@ -234,7 +232,6 @@ var config = {
name: 'common_vue',
chunks: [
'boards',
- 'cycle_analytics',
'deploy_keys',
'environments',
'filtered_search',