Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit efe9f49

Browse filesBrowse files
authored
fix(glob-assets): remove unnecessary option when invoking globby() (#924)
1 parent 9ceb494 commit efe9f49
Copy full SHA for efe9f49

File tree

Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed

‎lib/glob-assets.js

Copy file name to clipboardExpand all lines: lib/glob-assets.js
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ export default async function globAssets({ cwd }, assets) {
3030
const globbed = await globby(glob, {
3131
cwd,
3232
expandDirectories: false, // TODO Temporary workaround for https://github.com/mrmlnc/fast-glob/issues/47
33-
gitignore: false,
3433
dot: true,
3534
onlyFiles: false,
3635
});

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.