-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
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
No original files in Debugging Tools after hot-reload #401
Comments
Does anyone else experience this issue? I updated webpack to latest version and search internet with same problems with no luck. Steps to reproduce: |
Changing devTool inside webpack config from 'source-map' to 'cheap-module-eval-source-map' fixes the problem. Maybe maintainer can fix this project also to improve debug experience? |
thanks, merged via 5e24f11 |
Hello! I pull latest updates from this repository and found annoying issue:
After starting dev server I can open Chrome Debugging Tools and find all TypeScript files in "Sources" tab inside webpack://./src/
However after first hot module reload event this folder becomes empty and contains last changed file with hash prefix only, all other files become missing.
The text was updated successfully, but these errors were encountered: