LivelyKernel / lively4-core

A Self-supporting, Web-based Development Environment
https://lively-kernel.org/lively4/lively4-core/start.html
MIT License
77 stars 25 forks source link

Blink DevTools show old source code #96

Open onsetsu opened 7 years ago

onsetsu commented 7 years ago

Hypothesis: because babel compiles the existing filename into the source map.

Idea: add timestamp to the file name.

JensLincke commented 5 years ago

is this still valid? @onsetsu

onsetsu commented 5 years ago

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.