summaryrefslogtreecommitdiff
path: root/config/webpack.config.js
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-07-31 09:14:43 +0000
committerPhil Hughes <me@iamphill.com>2017-07-31 09:14:43 +0000
commit1782aa7081ef177ef86da5db33d257ed26e253a9 (patch)
tree85b4144fab9bd52e01006428beb09edf296b7e05 /config/webpack.config.js
parent202806c029802dee6924925313d75d476192ea59 (diff)
parent08a241d606633fa2b2c7c32c84b3d846dece035b (diff)
downloadgitlab-ce-1782aa7081ef177ef86da5db33d257ed26e253a9.tar.gz
Merge branch 'inline-js-removal-projects-other' into 'master'
Inline js removal projects other See merge request !13075
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r--config/webpack.config.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index 41d3ed12b14..2f85b89d523 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -54,8 +54,11 @@ var config = {
notebook_viewer: './blob/notebook_viewer.js',
pdf_viewer: './blob/pdf_viewer.js',
pipelines: './pipelines/pipelines_bundle.js',
- pipelines_details: './pipelines/pipeline_details_bundle.js',
+ pipelines_charts: './pipelines/pipelines_charts.js',
+ pipelines_details: './pipelines/pipeline_details_bundle.js',
+ pipelines_times: './pipelines/pipelines_times.js',
profile: './profile/profile_bundle.js',
+ project_new: './projects/project_new.js',
prometheus_metrics: './prometheus_metrics',
protected_branches: './protected_branches',
protected_tags: './protected_tags',