I am building a web application with a React frontend, served by a golang api layer. I don't use Javascript a ton, so I'm not super familiar with the Node build system. Is there a way to set up a script similar to npm run build, but which leaves debugging information intact so that I can effectively use the browser debugger?
Asked
Active
Viewed 2,108 times
4
D. Scott Boggs
- 173
- 2
- 8
1 Answers
0
This has been long requested from the CRA team - see issue #1070. The CRA team was a bit hesitant to implement it at first, but there is now over 150 +1 votes, so I'm hopeful it will get done (please vote). Also, that ticket contains multiple stop-gap solutions to the question.
Yuri Astrakhan
- 7,450
- 5
- 55
- 85