midimessage
midimessage copied to clipboard
Could not read source map for...
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.
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. :)