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
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: