mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 17:25:39 +01:00
Reuse common node_modules (reduce maintenance)
This commit is contained in:
parent
441be95ef7
commit
4b25f66566
21 changed files with 6516 additions and 25209 deletions
|
|
@ -107,7 +107,8 @@ function generateFeatures() {
|
|||
const skipImports = [
|
||||
'vs/editor/common/standaloneStrings',
|
||||
'vs/editor/contrib/tokenization/tokenization',
|
||||
'vs/editor/editor.all'
|
||||
'vs/editor/editor.all',
|
||||
'vs/base/browser/ui/codicons/codiconStyles'
|
||||
];
|
||||
|
||||
let features = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue