add minimatch

This commit is contained in:
Martin Aeschlimann 2021-07-15 16:09:30 +02:00
parent 871c66b451
commit 4c5bfeb135
No known key found for this signature in database
GPG key ID: 2609A01E695523E3

View file

@ -63,6 +63,11 @@ 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'),