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:
authorFatih Acet <acetfatih@gmail.com>2017-06-09 01:50:11 +0300
committerFatih Acet <acetfatih@gmail.com>2017-07-21 22:35:24 +0300
commitcb2287df0ad9396d1f075bde1c4f6de481d908e6 (patch)
tree04ec5bddab462523eab970483deeaa3029017538 /config/webpack.config.js
parentf7344338985338df3d0958ef9d362b9624723e0f (diff)
Notes bundle for the issue discussions refactor.
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r--config/webpack.config.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index a7d92bc53b7..bcc64b1fccd 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -51,6 +51,7 @@ 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',
@@ -166,6 +167,7 @@ var config = {
'merge_conflicts',
'monitoring',
'notebook_viewer',
+ 'notes',
'pdf_viewer',
'pipelines',
'pipelines_details',