diff options
author | Constance Okoghenun <cokoghenun@gitlab.com> | 2018-02-28 20:26:12 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2018-02-28 20:26:12 +0000 |
commit | aae4d8b014dc16fe1807b74957e6e586d67f0baf (patch) | |
tree | f37bb21a015761570470edbc7f8ba33c23da4f40 /config | |
parent | e2638c3ff2714e5efd4bc54e64555fc564c84af1 (diff) | |
download | gitlab-ce-aae4d8b014dc16fe1807b74957e6e586d67f0baf.tar.gz |
Remove webpack bundle tag for enviroments
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 d8ba3c06d3a..0d2b5dd3fa7 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -44,7 +44,6 @@ function generateEntries() { const manualEntries = { balsamiq_viewer: './blob/balsamiq_viewer.js', - environments: './environments/environments_bundle.js', monitoring: './monitoring/monitoring_bundle.js', mr_notes: './mr_notes/index.js', notebook_viewer: './blob/notebook_viewer.js', |