async-labs / saas

Build your own SaaS business with SaaS boilerplate. Productive stack: React, Material-UI, Next, MobX, WebSockets, Express, Node, Mongoose, MongoDB. Written with TypeScript.
https://saas-app.async-await.com
MIT License
4.06k stars 674 forks source link

sourceMap is set to false in tsconfig.json (chapter 1) #208

Open FranciscoSerranoBaptista opened 6 months ago

FranciscoSerranoBaptista commented 6 months ago

In the section of chapter 1 discussing production-server/app.map.js, the tsconfig.json screenshot features a sourceMap set to false, contrary to the statement just below it: As you can see, sourceMap is set to true. Thus, our compiled code contains a `` file. SCR-1pdg4s68

Alexsmith311 commented 5 months ago

Hi, To fix the inconsistency between the tsconfig.json screenshot and the statement below it, first, confirm the actual setting in the tsconfig.json file. If the screenshot shows sourceMap set to false, update the statement to reflect this. Then, make sure any related documentation matches the correct setting. Inform team members of the changes to avoid confusion, and keep an eye on configuration settings to prevent similar issues in the future. It's my opinion only. Thanks