|
@@ -63,6 +63,11 @@ function bundleOne(moduleId, exclude) {
|
|
location: path.join(REPO_ROOT, 'node_modules/vscode-uri/lib/umd'),
|
|
location: path.join(REPO_ROOT, 'node_modules/vscode-uri/lib/umd'),
|
|
main: 'index'
|
|
main: 'index'
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ name: 'minimatch',
|
|
|
|
+ location: path.join(REPO_ROOT, 'node_modules/minimatch'),
|
|
|
|
+ main: 'minimatch'
|
|
|
|
+ },
|
|
{
|
|
{
|
|
name: 'vscode-nls',
|
|
name: 'vscode-nls',
|
|
location: path.join(REPO_ROOT, '/out/amd/fillers'),
|
|
location: path.join(REPO_ROOT, '/out/amd/fillers'),
|