diff options
author | Jacob Schatz <jschatz@gitlab.com> | 2018-02-26 17:27:42 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2018-02-26 17:27:42 +0000 |
commit | a06152540794d247a34826313e7ab466bf5ee8bb (patch) | |
tree | 4e844123361aa1791839caffd36557264d73522a /config | |
parent | e0195f3369880d3a0b3c5c7e7e5bdee26b785c4a (diff) | |
download | gitlab-ce-a06152540794d247a34826313e7ab466bf5ee8bb.tar.gz |
Remove webpack bundle tags for blob
Diffstat (limited to 'config')
-rw-r--r-- | config/webpack.config.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js index be827903a6a..05389a2a93f 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -51,7 +51,6 @@ var config = { context: path.join(ROOT_PATH, 'app/assets/javascripts'), entry: { balsamiq_viewer: './blob/balsamiq_viewer.js', - blob: './blob_edit/blob_bundle.js', common: './commons/index.js', common_vue: './vue_shared/vue_resource_interceptor.js', cycle_analytics: './cycle_analytics/cycle_analytics_bundle.js', |