mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
exclude vscode from optimize deps
This commit is contained in:
@@ -85,7 +85,8 @@ const config = {
|
||||
include: ['highlight.js', 'highlight.js/lib/core', 'monaco-vim', 'monaco-editor-wrapper'],
|
||||
exclude: [
|
||||
'@codingame/monaco-vscode-standalone-typescript-language-features',
|
||||
'@codingame/monaco-vscode-standalone-languages'
|
||||
'@codingame/monaco-vscode-standalone-languages',
|
||||
'vscode'
|
||||
]
|
||||
},
|
||||
worker: {
|
||||
|
||||
Reference in New Issue
Block a user