midimessage icon indicating copy to clipboard operation
midimessage copied to clipboard

Could not read source map for...

Open chopin2256 opened this issue 1 year ago • 1 comments

Hi,

I'm getting the following error:

Could not read source map for .../node_modules/midimessage/dist/index.min.js: ENOENT: no such file or directory, open '...\midimessage\dist\dist\index.js.map'

The workaround for me is to just ignore the warning using code (so that it doesn't get annoying), but thought you should know about it. I'm testing soundfont-player for my app Music Jotter, which apparently uses your package as a dependency.

chopin2256 avatar Mar 09 '24 17:03 chopin2256

I believe we don't generate source map by default. I don't think it's a bug, just something we didn't get around to doing. If required it should be easy enough to add in. Happy to review any PRs that do that. :)

notthetup avatar Mar 09 '24 23:03 notthetup