Hello I'm using this load('http://path/to/file.js').then .. to load midijs soundfont Any way to bundle my sound in the js file like this? import SoundJs from 'path/to/file.js' load(SoundJs).then ..