Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-03-01 10:33:06 +0300
committerMike Greiling <mike@pixelcog.com>2018-03-01 20:28:33 +0300
commit2d8966f7f521c3d5eae47ff5f1cbc13d37cfc185 (patch)
treee0e4826a6b9f7c5d0985cdb9755d367cfc654baa /config/webpack.config.js
parent52e133d17627396f29c1875b972534eaba4a837e (diff)
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',