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-20 23:01:18 +0300
committerClement Ho <clemmakesapps@gmail.com>2018-02-20 23:01:18 +0300
commitb48f7ec3b18534e6376103c348b1f3c0ad6b14a7 (patch)
tree74ccb75b85915ef4867f157ffbffeddcd980a28e /config
parent520f407250470b94161724355208cb4ca073746c (diff)
Remove "notes" bundle from webpack config
Diffstat (limited to 'config')
-rw-r--r--config/webpack.config.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index fe2111d1a5c..d4e9d271c3d 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -71,7 +71,6 @@ var config = {
monitoring: './monitoring/monitoring_bundle.js',
network: './network/network_bundle.js',
notebook_viewer: './blob/notebook_viewer.js',
- notes: './notes/index.js',
pdf_viewer: './blob/pdf_viewer.js',
pipelines: './pipelines/pipelines_bundle.js',
pipelines_details: './pipelines/pipeline_details_bundle.js',
@@ -259,7 +258,6 @@ var config = {
'merge_conflicts',
'monitoring',
'notebook_viewer',
- 'notes',
'pdf_viewer',
'pipelines',
'pipelines_details',