Description
When I run source-map-explorer 'build/static/js/*.js' I get the following error:
Error: Glob should match exactly 2 files but matched 3 build/static/js/*.js
Steps to reproduce
source-map-explorer 'build/static/js/*.js'
Files to reproduce
I'm using a Create React App (v4) with Craco in order to enable Craco ITK plugin (craco-itk).
Expected behavior
I would expect the tool to work.
Environment
- OS: macOS
- source-map-explorer Version 2.5.2
Additional context
I'm not sure what the error is referring too, I don't see any documentation where it's explained what kind of files should the tool consume.