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:
Diffstat (limited to 'config/webpack.vendor.config.js')
-rw-r--r--config/webpack.vendor.config.js28
1 files changed, 13 insertions, 15 deletions
diff --git a/config/webpack.vendor.config.js b/config/webpack.vendor.config.js
index a43febe5e25..a2a8f76cff3 100644
--- a/config/webpack.vendor.config.js
+++ b/config/webpack.vendor.config.js
@@ -25,26 +25,26 @@ module.exports = {
entry: {
vendor: [
- 'jquery/dist/jquery.slim.js',
+ '@apollo/client/core',
+ '@gitlab/at.js',
'core-js',
+ 'dexie',
+ 'dompurify',
'echarts',
- 'lodash',
- 'vuex',
- 'vue',
- 'pikaday',
- '@gitlab/at.js',
'jed',
- 'mermaid',
+ 'jquery/dist/jquery.slim.js',
'katex',
- 'three',
+ 'lodash',
+ 'mermaid',
'moment-mini',
- 'dompurify',
- 'bootstrap/dist/js/bootstrap.js',
- 'sortablejs/modular/sortable.esm.js',
+ 'mousetrap',
+ 'pikaday',
'popper.js',
- '@apollo/client/core',
+ 'sortablejs/modular/sortable.esm.js',
'source-map',
- 'mousetrap',
+ 'three',
+ 'vue',
+ 'vuex',
],
},
@@ -76,8 +76,6 @@ module.exports = {
https://gitlab.com/gitlab-org/gitlab/-/issues/219353
*/
'chokidar',
- // We are ignoring esbuild as we want to force a newer version than what esbuild-loader provides
- 'esbuild',
// We are ignoring ts-jest, because we force a newer version, compatible with our current jest version
'ts-jest',
].join('|'),