Amelie Maia

Results 4 issues of Amelie Maia

I just tested the following case where loading multiple broken urls with one correct url resolves in a successful load. ``` const sound = sono.load({ src: [ '/assets/audio/dnb-loop.mp3', '/assets/audio/dnb-loop.gg', '/assets/audio/dnb-loop.pus'...

bug

When trying to load assets locally in a bundle the following error gets thrown: `Cross origin requests are only supported for HTTP.` There's a few similar issues that have been...

enhancement

**Is your feature request related to a problem? Please describe.** AWS buckets don't like + in file names. It causes errors when requesting assets. **Describe the solution you'd like** We...

enhancement

Hey, I get the following error when I have a `.babelrc` file in my root directory. Babelify doesn't seem to like it? I'm running budo with: `budo --title leonardo --port...