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 11:21:08 +0300
committerMike Greiling <mike@pixelcog.com>2018-03-01 20:29:26 +0300
commitce4dd19e09612dc9347b055190f86d805cdc8ef3 (patch)
tree983214b9f9cc3204736e0ff484d05956b98e4a7e /config
parent9d9d0105947e4cc23f150135e0c904d6ad31f315 (diff)
migrate stl_viewer to dynamic import
Diffstat (limited to 'config')
-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 acc52fd7234..e10b0513f3a 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -47,7 +47,6 @@ function generateEntries() {
mr_notes: './mr_notes/index.js',
protected_branches: './protected_branches',
registry_list: './registry/index.js',
- stl_viewer: './blob/stl_viewer.js',
terminal: './terminal/terminal_bundle.js',
two_factor_auth: './two_factor_auth.js',