Commit ad947c42 authored by Mike Greiling's avatar Mike Greiling

Merge branch 'leipert-monaco-chunk' into 'master'

Allow monaco chunk to be used in async chunks

See merge request gitlab-org/gitlab!39468
parents 4743499a 890cc57b
......@@ -278,7 +278,7 @@ module.exports = {
monaco: {
priority: 15,
name: 'monaco',
chunks: 'initial',
chunks: 'all',
test: /[\\/]node_modules[\\/]monaco-editor[\\/]/,
minChunks: 2,
reuseExistingChunk: true,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment