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 #247 - Remove unusable source maps #310

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Reggino
Copy link

@Reggino Reggino commented Aug 8, 2023

Since the release files in npm do not include the Typescript sources, a sourcemap-file is useless. Webpack will show warnings because of the missing source files, because the source maps files exist, but point to non-existing sources.

This change fixes #247.

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.

bug: source maps not working as expected, warnings on react-scripts 5
1 participant