This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 147
Sourcemaps stopped working on latest chrome #756
Labels
Comments
Thanks @jdalton, but what about turning off the sourcemaps and debug in the raw code? Is it the correct way to specify the sourceMap option like this, When I run it like this I still get the inline sourcemap-string at the bottom of the file... |
jdalton
added a commit
that referenced
this issue
Mar 18, 2019
This comment has been minimized.
This comment has been minimized.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I have been using esm for half a year for a node project, it has been working really great. But just recently the sourcemaps stopped working, I think that it had to do with chrome being updated.
I've created a repro repo
https://github.com/cjh9/esm-sourcemaps-broken/
So basically I can see the raw file
main.js
andtest.js
but when I try to put a breakpoint I get redirected to an empty file. Also I tried to turn off the sourcemaps withESM_OPTIONS={'cjs':{'paths':true},'sourceMap':false} NODE_PATH=./ node --inspect -r esm main.js
but the inline sourcemaps are still there...
The text was updated successfully, but these errors were encountered: