浏览代码

add minimatch

Martin Aeschlimann 4 年之前
父节点
当前提交
4c5bfeb135
共有 1 个文件被更改,包括 5 次插入0 次删除
  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'),