summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-02-15 16:26:44 +0000
committerPhil Hughes <me@iamphill.com>2018-02-15 16:26:44 +0000
commitc312d2b9ffeaed9c30a9776d2ef5a7c126d5a5db (patch)
treeeef178189882127af2d309548a4bd7190ebd3675 /config
parent15b63e15eda5f69d0f918d8df44bf614a14b3cda (diff)
downloadgitlab-ce-c312d2b9ffeaed9c30a9776d2ef5a7c126d5a5db.tar.gz
Updated pipelines charts to use dynamic webpack bundlepipeline-chart-bundle
#41341
Diffstat (limited to 'config')
-rw-r--r--config/webpack.config.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index 49653b61181..4d7115b263b 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -79,9 +79,7 @@ var config = {
notes: './notes/index.js',
pdf_viewer: './blob/pdf_viewer.js',
pipelines: './pipelines/pipelines_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_import_gl: './projects/project_import_gitlab_project.js',
prometheus_metrics: './prometheus_metrics',
@@ -156,7 +154,7 @@ var config = {
include: /node_modules\/katex\/dist/,
use: [
{ loader: 'style-loader' },
- {
+ {
loader: 'css-loader',
options: {
name: '[name].[hash].[ext]'