diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-03-01 02:21:08 -0600 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2018-03-01 11:29:26 -0600 |
commit | ce4dd19e09612dc9347b055190f86d805cdc8ef3 (patch) | |
tree | 983214b9f9cc3204736e0ff484d05956b98e4a7e /config | |
parent | 9d9d0105947e4cc23f150135e0c904d6ad31f315 (diff) | |
download | gitlab-ce-ce4dd19e09612dc9347b055190f86d805cdc8ef3.tar.gz |
migrate stl_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 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', |