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
path: root/config
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-03-01 10:47:06 +0300
committerMike Greiling <mike@pixelcog.com>2018-03-01 20:28:34 +0300
commite2c87838157d90062725fd648788c6e1839bc8d8 (patch)
treeda46ab491d608abb9c66ef3b85d5c2a4ff1afff9 /config
parent2d8966f7f521c3d5eae47ff5f1cbc13d37cfc185 (diff)
migrate notebook_viewer to dynamic import
Diffstat (limited to 'config')
-rw-r--r--config/webpack.config.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index 2e72e0c335b..20d95ff22a1 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -45,7 +45,6 @@ function generateEntries() {
const manualEntries = {
monitoring: './monitoring/monitoring_bundle.js',
mr_notes: './mr_notes/index.js',
- notebook_viewer: './blob/notebook_viewer.js',
pdf_viewer: './blob/pdf_viewer.js',
protected_branches: './protected_branches',
registry_list: './registry/index.js',
@@ -225,7 +224,6 @@ const config = {
chunks: [
'monitoring',
'mr_notes',
- 'notebook_viewer',
'pdf_viewer',
'registry_list',
'ide',