You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I don't know where this question is supposed to go. But can we have a typescript build for debugging? Or just any kind of
build for debugging. I don't understand how I'm supposed to debug the app. I'm sure I can figure it out and will submit
a build if needed.
Thanks
The text was updated successfully, but these errors were encountered:
Hi @arekgotfryd ,
I haven't looked at this starter since I made this comment. Looks like the only build is a production build. I'll edit the build to be a dev build. All the code was packed up.
If you want to debug the production build dev app, you just need to enable the "sourceMap": true in the angular.json file. allows you to trace back minified code to the original TypeScript files.
Hi,
I don't know where this question is supposed to go. But can we have a typescript build for debugging? Or just any kind of
build for debugging. I don't understand how I'm supposed to debug the app. I'm sure I can figure it out and will submit
a build if needed.
Thanks
The text was updated successfully, but these errors were encountered: