diff options
author | Phil Hughes <me@iamphill.com> | 2018-02-15 16:26:44 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-02-15 16:26:44 +0000 |
commit | c312d2b9ffeaed9c30a9776d2ef5a7c126d5a5db (patch) | |
tree | eef178189882127af2d309548a4bd7190ebd3675 /config | |
parent | 15b63e15eda5f69d0f918d8df44bf614a14b3cda (diff) | |
download | gitlab-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.js | 4 |
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]' |