How to debug Angular in prod server?

后端 未结 4 1655
萌比男神i
萌比男神i 2020-12-28 15:08

In the development environment I can debug with the Chrome source tab , but in the prod server I use the dist folder content after running ng build --prod. This

4条回答
  •  情话喂你
    2020-12-28 15:50

    If you are deploying on test server than do not use --prod so if error comes it will show u complete detail of error but your application will run in dev mode

提交回复
热议问题