Closed friuns2 closed 2 years ago
By default, inlineSourceMap and inlineSources are true in the tsconfig.json so the sourcemap is inlined to the built JS file
So yes, you can add breakpoints to TS source in devtools
I'm going to make a change to the project so there's debug and production config files to use so that a final build without source maps can be created
Fixed as of #5
Is it possible to debug ts playcanvas game with breakpoints?