mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 23:13:02 +01:00
add minimatch
This commit is contained in:
parent
871c66b451
commit
4c5bfeb135
1 changed files with 5 additions and 0 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue