Is it possible to get sourcemaps to use absolute paths instead of relative paths?
When developing locally, we use
yarn link
a lot, and end up with mismatches between the generated sourcemap's relative path and where the code actually is. This can be annoying because it breaks in-browser debugging. Things would be easier for us if we could just use absolute paths instead.
I've tried setting