diff options
| author | Rémy Coutable <remy@rymai.me> | 2017-07-06 19:37:31 +0000 |
|---|---|---|
| committer | Clement Ho <clemmakesapps@gmail.com> | 2017-07-06 19:37:31 +0000 |
| commit | 18326c20805df1fb392ea55599626b3f19de1322 (patch) | |
| tree | 79871da6e9e136f140c604d26b16163340b56f0d /config/webpack.config.js | |
| parent | 46ccda86fb7e7c78b75c69d3b4c33f347f03da2b (diff) | |
| download | gitlab-ce-18326c20805df1fb392ea55599626b3f19de1322.tar.gz | |
Improve & fix the performance bar UI and behavior
Diffstat (limited to 'config/webpack.config.js')
| -rw-r--r-- | config/webpack.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js index cbb0a899638..c3fdca59a86 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -70,7 +70,7 @@ var config = { raven: './raven/index.js', vue_merge_request_widget: './vue_merge_request_widget/index.js', test: './test.js', - peek: './peek.js', + performance_bar: './performance_bar.js', webpack_runtime: './webpack.js', }, |
