-
Notifications
You must be signed in to change notification settings - Fork 101
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
Glob not working when not matching _exactly_ two files (and error message is misleading) #79
Comments
I get same results in 1.4.0 and 1.5.0:
For reference, glob was originally verified in facebook/create-react-app#2717 |
After debugging, I see that glob is only working when it also matches .map file. For example:
Code: https://github.com/danvk/source-map-explorer/blob/master/index.js#L203 This is a bit unintuitive, as |
Proposed fix: A. If .map is not given, shim as Let me know what you prefer, and I'll send a PR. Edit: Added option D. |
No response on comment yet, so opening an issue.
Has anything changed in 1.6.0? Cannot get globs to work:
The text was updated successfully, but these errors were encountered: