We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Node version: 0.10.36 Firefox version: 38.0.5
Steps to reproduce
npm install
npm run test
python3 -m http.server
In the inspector should see:
Error loading source: loadSourceError
Edit: this seems to happen with sourceMapStyle embed or inline but not link
embed
inline
link
The text was updated successfully, but these errors were encountered:
Update: this bug appears to fixed in the dev build of Firefox. So maybe it's probably a bug in Firefox opposed to a bug in how we generate sourcemaps.
So in ~12 weeks should see this fix in release version of Firefox
Sorry, something went wrong.
No branches or pull requests
Node version: 0.10.36
Firefox version: 38.0.5
Steps to reproduce
npm install
npm run test
python3 -m http.server
In the inspector should see:
Edit: this seems to happen with sourceMapStyle
embed
orinline
but notlink
The text was updated successfully, but these errors were encountered: