You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to use this in some client side code powered by babel/webpack but I'm missing something or theres something missing in the lib - I'm getting a Syntax Error on the import of the generic midi controller... I think I'm being an idiot but can't see what I'm doing wrong...
The text was updated successfully, but these errors were encountered:
I looked at this with Dan and we found that it was due to webpack being configured to not process the node_modules directory of his node.js app, along with webpack discovering the "browser" entrypoint in the package.json of this package and pulling in the es6 version of the library instead of the compiled version distributed in the "main" entrypoint.
Seems like it would be good to just not have the es6 version exposed at all when published to npm. But that's just my $0.02
The "generic-midi-controller" library also has this issue.
I've been trying to use this in some client side code powered by babel/webpack but I'm missing something or theres something missing in the lib - I'm getting a Syntax Error on the import of the generic midi controller... I think I'm being an idiot but can't see what I'm doing wrong...
The text was updated successfully, but these errors were encountered: