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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-08-19 03:10:34 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-08-19 03:10:34 +0300
commit57a4861dd1841a53cb966b566b1eee4adb254675 (patch)
tree14f31aaf16966c72cb68a8434bee279877b701b3 /config/webpack.config.js
parentbfce95a4c5e9d71ed523f48f3fb901d2b7af60f7 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r--config/webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index 374b8fdbbc3..49e865d668d 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -278,7 +278,7 @@ module.exports = {
monaco: {
priority: 15,
name: 'monaco',
- chunks: 'initial',
+ chunks: 'all',
test: /[\\/]node_modules[\\/]monaco-editor[\\/]/,
minChunks: 2,
reuseExistingChunk: true,