diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-03-01 01:33:06 -0600 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2018-03-01 11:28:33 -0600 |
commit | 2d8966f7f521c3d5eae47ff5f1cbc13d37cfc185 (patch) | |
tree | e0e4826a6b9f7c5d0985cdb9755d367cfc654baa /config | |
parent | 52e133d17627396f29c1875b972534eaba4a837e (diff) | |
download | gitlab-ce-2d8966f7f521c3d5eae47ff5f1cbc13d37cfc185.tar.gz |
migrate balsamiq_viewer to dynamic import
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 4611544226d..2e72e0c335b 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -43,7 +43,6 @@ function generateEntries() { autoEntriesCount = Object.keys(autoEntries).length; const manualEntries = { - balsamiq_viewer: './blob/balsamiq_viewer.js', monitoring: './monitoring/monitoring_bundle.js', mr_notes: './mr_notes/index.js', notebook_viewer: './blob/notebook_viewer.js', |