Open onsetsu opened 7 years ago
Hypothesis: because babel compiles the existing filename into the source map.
Idea: add timestamp to the file name.
is this still valid? @onsetsu
yes, still happens.
Save a file with a debugger statement, import it. Then modify it by adding a line, save it.
Result: still shows the old file.
Hypothesis: because babel compiles the existing filename into the source map.
Idea: add timestamp to the file name.