Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
FranciscoSerranoBaptista opened this issue Mar 14, 2024 · 1 comment
Open

Comments

@FranciscoSerranoBaptista

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants