diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-02-20 20:01:18 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2018-02-20 20:01:18 +0000 |
commit | b48f7ec3b18534e6376103c348b1f3c0ad6b14a7 (patch) | |
tree | 74ccb75b85915ef4867f157ffbffeddcd980a28e /config/webpack.config.js | |
parent | 520f407250470b94161724355208cb4ca073746c (diff) | |
download | gitlab-ce-b48f7ec3b18534e6376103c348b1f3c0ad6b14a7.tar.gz |
Remove "notes" bundle from webpack config
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r-- | config/webpack.config.js | 2 |
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', |