python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to debug a VueJS 3 Typescript project with VS Code and Chrome using SourceMaps (with Vue CLI and Webpack)?
Tl;dr
The VS Code debugger always says Unbound breakpoint but setting break points in chrome dev tools works and opens the respected file in VS Code automatically (after that the VS Code debugger fo...
Hard_Veur
Votes: 0
Answers: 1
How can I generate source maps only for packages under my org scope in create react app when building
How can we generate source maps only for the app source code and for packages under some scope (e.g. @mycompany/*) and not for all node_modules packages in create-react-app, currently you can either c...
Raz Luvaton
Votes: 0
Answers: 0
Webpack 5 source map points to a wrong file
I have this issue encountered on Webpack 5 in generating source maps. To briefly explain it, the source map is pointing in an incorrect file when being checked on the browser. I also noticed upon seve...
John
Votes: 0
Answers: 0
JS Source map file doesnt exist - Lighthouse
Lighthouse can't find source map files even though I have added them just after the script themselves.
<script src="https://unpkg.com/swiper@6.5.0/swiper-bundle.js"></script>
<...
Erenn
Votes: 0
Answers: 1