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

Failed to parse source map #92

Closed
SumitUnhale opened this issue Mar 1, 2024 · 1 comment
Closed

Failed to parse source map #92

SumitUnhale opened this issue Mar 1, 2024 · 1 comment
Labels

Comments

@SumitUnhale
Copy link

In my React application, I am getting issue like Error: ENOENT: no such file or directory, open \node_modules\export-to-csv\build\export-to-csv.js.map', Please help me for resolving this issue.

issue

@SumitUnhale SumitUnhale added the bug label Mar 1, 2024
@alexcaza
Copy link
Owner

alexcaza commented Mar 2, 2024

This seems to be a known issue with create-react-app and its internal Webpack configuration. This library doesn't ship sourcemaps—and doesn't reference them within index.js, either. There's not much I can do as I don't think shipping the sourcemaps would be helpful anyway.

Link to the pull request talking about this issue on the create-react-app repo: facebook/create-react-app#11752

@alexcaza alexcaza closed this as completed Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants