diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-03-01 02:11:07 -0600 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2018-03-01 11:29:26 -0600 |
commit | 9d9d0105947e4cc23f150135e0c904d6ad31f315 (patch) | |
tree | 92c7f7dcf5d1b079e5e39d66832d05d1f8b1ca05 /config/webpack.config.js | |
parent | 4e86a7378cd96ffebfb1c128c9fcb614ee479ffe (diff) | |
download | gitlab-ce-9d9d0105947e4cc23f150135e0c904d6ad31f315.tar.gz |
migrate sketch_viewer to dynamic import
Diffstat (limited to 'config/webpack.config.js')
-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 1e181363fc1..acc52fd7234 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', - sketch_viewer: './blob/sketch_viewer.js', stl_viewer: './blob/stl_viewer.js', terminal: './terminal/terminal_bundle.js', two_factor_auth: './two_factor_auth.js', |