Source maps seem to be broken in 2.7.0
See original GitHub issueSince the version upgrade from 2.6.0 to 2.7.0, getting the following error repeatedly when trying to build a CRA app:
WARNING in ./node_modules/usehooks-ts/dist/esm/useDebounce/useDebounce.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/Users/.../node_modules/usehooks-ts/src/useDebounce/useDebounce.ts' file: Error: ENOENT: no such file or directory, open '/Users/.../node_modules/usehooks-ts/src/useDebounce/useDebounce.ts'
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Input source maps not working · Issue #882 · mishoo/UglifyJS
Tested today with 2.7.0, and unfortunately seems still to be broken. ... It seems that one person's source map fix is another's source...
Read more >4 Reasons Why Your Source Maps are Broken - Sentry Blog
4 Reasons Why Your Source Maps are Broken · Missing or incorrect source map directive · Missing original source files · Bad source...
Read more >Are Webpack SASS Source-maps Broken? - Stack Overflow
I'm evaluating Webpack as a replacement for Grunt in my company's projects. Everything seems great, apart from SASS ...
Read more >GWT Release Notes
(Sourcemap file size is reduced.) The -launcherDir flag may be used to avoid running the GWT compiler before starting Super Dev Mode.
Read more >Debugging (Smart GWT LGPL Edition API 13.0p (2022-12-13))
Testing with SmartGWT and GWT 2.7.0 and 2.8.x have shown that Google Chrome, Firefox 60 ESR, and IE11 all support source maps when...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@juliencrn Yes, it’s okay now. Thanks a lot 🙏
Source-map have been removed in usehooks-ts@2.7.1
https://github.com/juliencrn/usehooks-ts/releases/tag/usehooks-ts%402.7.1
Is everything ok?