summaryrefslogtreecommitdiff
path: root/config/webpack.config.js
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-03-01 01:33:06 -0600
committerMike Greiling <mike@pixelcog.com>2018-03-01 11:28:33 -0600
commit2d8966f7f521c3d5eae47ff5f1cbc13d37cfc185 (patch)
treee0e4826a6b9f7c5d0985cdb9755d367cfc654baa /config/webpack.config.js
parent52e133d17627396f29c1875b972534eaba4a837e (diff)
downloadgitlab-ce-2d8966f7f521c3d5eae47ff5f1cbc13d37cfc185.tar.gz
migrate balsamiq_viewer to dynamic import
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r--config/webpack.config.js1
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',