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

The non-minified version of the Long dependency should be used when creating osc.js builds #150

Open
colinbdclark opened this issue Jun 14, 2019 · 0 comments

Comments

@colinbdclark
Copy link
Owner

Currently, we're including the minified version of the Long dependency in our non-minified concatenated builds such as dist/osc-browser.js. This means that the debugger will try to load a source map for it, and won't find it.

We should ensure that our concatenated builds are created from the non-minified version of Long.js.

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

1 participant