avoid minimatch dependency in json languageservice. Fixes microsoft/monaco-editor/issues/2578

This commit is contained in:
Martin Aeschlimann 2021-07-16 17:05:08 +02:00
parent 4c5bfeb135
commit 7099bd75fe
No known key found for this signature in database
GPG key ID: 2609A01E695523E3
3 changed files with 4 additions and 10 deletions

View file

@ -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'),