mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +01:00
avoid minimatch dependency in json languageservice. Fixes microsoft/monaco-editor/issues/2578
This commit is contained in:
parent
4c5bfeb135
commit
7099bd75fe
3 changed files with 4 additions and 10 deletions
|
|
@ -63,11 +63,6 @@ function bundleOne(moduleId, exclude) {
|
|||
location: path.join(REPO_ROOT, 'node_modules/vscode-uri/lib/umd'),
|
||||
main: 'index'
|
||||
},
|
||||
{
|
||||
name: 'minimatch',
|
||||
location: path.join(REPO_ROOT, 'node_modules/minimatch'),
|
||||
main: 'minimatch'
|
||||
},
|
||||
{
|
||||
name: 'vscode-nls',
|
||||
location: path.join(REPO_ROOT, '/out/amd/fillers'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue