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

Fix sourcemaps are missing from build #8095

Merged
merged 1 commit into from
Aug 23, 2022
Merged

Fix sourcemaps are missing from build #8095

merged 1 commit into from
Aug 23, 2022

Conversation

fzaninotto
Copy link
Member

@fzaninotto fzaninotto commented Aug 23, 2022

Source cannot be inspected in browser

image

// "sourceMap": true /* Generates corresponding '.map' file. */,
"declaration": true /* Generates corresponding '.d.ts' file. */,
"declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
"sourceMap": true /* Generates corresponding '.map' file. */,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the important change

@djhi djhi merged commit d443c22 into next Aug 23, 2022
@djhi djhi deleted the fix-missing-sourcemaps branch August 23, 2022 11:52
@fzaninotto fzaninotto added this to the 4.3 milestone Aug 23, 2022
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

Successfully merging this pull request may close these issues.

2 participants