Browse Source

add minimatch

Martin Aeschlimann 4 years ago
parent
commit
4c5bfeb135
1 changed files with 5 additions and 0 deletions
  1. 5 0
      scripts/bundle.js

+ 5 - 0
scripts/bundle.js

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