Hi guys, Iβm currently trying to get a breakpoint to hit in one of my own .ts files. It only really works after disabling hot reload by configuring vite.config.js like so:
Now line mappings and local variable inspection and so on, everything works. An actual debugging experience.
But of course the hot reload feature is great to have, too
Do you see a way for sourcemaps and hot reload working nicely together somehow? At least for the original (non-hot-reloaded) source this would be of great help.
Make sure that your TypeScript files are properly compiled with sourcemaps, which should allow for debugging without disabling hot reload.
In case you continue experiencing issues with sourcemaps during hot reload, I suggest that you review the configurations, particularly for any console or network errors that may impact loading. Adjust debug levels for more insights into the HMR process by logging any pertinent changes to see how they might interact during the reload process (see the documentation) (see the documentation).
If you have specific error messages or issues, please provide those for further assistance.
1 replies left - Get a PRO license for more AI replies. thread_NrZgyjaF6kV2VjPKukpgzltN Reply to this message to continue the conversation