-
-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gitignore option incompatible with objectMode option #145
Labels
Comments
This same issue seems to be affecting copy-webpack-plugin (per @evilebottnawi: webpack-contrib/copy-webpack-plugin#496). Results in webpack error at build: "ERROR in The "path" argument must be of type string. Received an instance of Object" (the error does not anything beyond that to find the source of the failure). The following plugins options in webpack.config.js will fail when gitignore is true:
|
Airkro
added a commit
to best-shot/copy-webpack
that referenced
this issue
Sep 8, 2020
Airkro
added a commit
to best-shot/best-shot
that referenced
this issue
Sep 8, 2020
LKummer
added a commit
to LKummer/globby
that referenced
this issue
Dec 31, 2020
Add tests where gitignore and objectMode are used together, for sindresorhus#145.
LKummer
added a commit
to LKummer/globby
that referenced
this issue
Dec 31, 2020
Fix objects being passed as paths when objectMode is enabled by using the path property if defined.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reproducible example:
Output:
The text was updated successfully, but these errors were encountered: