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 #370

Open
tyddynonn opened this issue Feb 19, 2022 · 0 comments
Open

Failed to parse Source Map #370

tyddynonn opened this issue Feb 19, 2022 · 0 comments

Comments

@tyddynonn
Copy link
Contributor

React App created with latest create-react-app

Installed latest version of IGC-Parser with yarn add igc-parser

Consumed with const IGCParser = require(`igc-parser`);

I'm getting this webpack error when running an app with yarn start

Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from [path-to-app-redacted]\node_modules\igc-parser\index.ts' file: Error: ENOENT: no such file or directory, open '[path-to-app-redacted]\node_modules\igc-parser\index.ts'

There is no index.ts in the module folder, but index.js and index.js.map are both present
source-map-loader is 3.0.1 (latest)

Any suggestions?

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

1 participant