Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parcel ?? and Decoder is not a function #60

Closed
simdax opened this issue May 30, 2018 · 2 comments
Closed

Parcel ?? and Decoder is not a function #60

simdax opened this issue May 30, 2018 · 2 comments

Comments

@simdax
Copy link

simdax commented May 30, 2018

Hello all.

I'm trying Parcel as packager, and I had just an error when using
MidiConvert.parse(data)

Decoder is not a function

I just had to add 'default' in line 80 of Midi.js
const midiData = Decoder.default(bytes)

I'm not sure where the problem could come from. I feel it could be some babel preset stuff and all that jazz ?

@rupertsworld
Copy link

I'm also having this issue.

@tambien
Copy link
Contributor

tambien commented Feb 15, 2019

major refactor. this issue should be fixed now.

@tambien tambien closed this as completed Feb 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants