-
Notifications
You must be signed in to change notification settings - Fork 16
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
Source map warnings? #71
Comments
Interesting! I think all these are part of the SDK implementation, and the issue is that the files reference sourcemaps (which don’t exist). The sourcemap for your code ought to be loadable via the SDK from http://localhost:1865/script.js.map |
@robinhouston Ahhh interesting!! My guess is your npm publish script isn't including those, probably a pretty simple PR. Edit: Nope, your build process for the |
I keep getting sundry source map warnings in development, which might be part of the reason source maps are frequently wrong while developing. Any thoughts?
The text was updated successfully, but these errors were encountered: