diff options
author | Robert Speicher <robert@gitlab.com> | 2017-06-12 19:23:49 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2017-06-12 19:23:49 +0000 |
commit | 5a66e6d968fb9b1bd1159b9156a88bd06208e363 (patch) | |
tree | 99bd4cdca441db24dd538c6811f9d76c12d2de58 /config/webpack.config.js | |
parent | 8d7951d879d13894dcc1fd5d845c8d844bee321a (diff) | |
parent | be0a949a004a34015977bdbcfe24e3173cd3aba9 (diff) | |
download | gitlab-ce-5a66e6d968fb9b1bd1159b9156a88bd06208e363.tar.gz |
Merge branch '29010-perf-bar' into 'master'
Add an optional performance bar to view performance metrics for the current page
Closes #29010
See merge request !11439
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r-- | config/webpack.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js index c5060669da1..120f9d3193d 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -78,6 +78,7 @@ var config = { raven: './raven/index.js', vue_merge_request_widget: './vue_merge_request_widget/index.js', test: './test.js', + peek: './peek.js', }, output: { |