You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently updated to the latest version of Create React App and I now get warnings when running my code.
WARNING in ./node_modules/vector2d/src/AbstractVector.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/<redacted>/node_modules/vector2d/src/AbstractVector.ts' file: Error: ENOENT: no such file or directory, open '/<redacted>/node_modules/vector2d/src/AbstractVector.ts'
It sounds like there might be a problem with how the source maps are being generated. I imagine some newer version of something or other has got stricter which is what is causing the warnings now.
The text was updated successfully, but these errors were encountered:
I'll look into this via #8. I think maybe bumping some dependencies to modern versions might resolve it. There's a subtle difference in config maps when I bump TypeScript to the latest version.
I recently updated to the latest version of Create React App and I now get warnings when running my code.
It sounds like there might be a problem with how the source maps are being generated. I imagine some newer version of something or other has got stricter which is what is causing the warnings now.
The text was updated successfully, but these errors were encountered: