Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
Score of 2
1 answer
102 views

Environment: - Angular Version: 19.2.6 - Angular CLI: 19.2.7 - Chrome Version: 146.0.7680.165 - Node: 20.17.0 - OS: Windows 10 x64 - Webpack: 4.47.0 Problem: When debugging Angular 19 project in ...
Score of -6
1 answer
75 views

I’m working on a Zoho CRM customization and I can see the client-side scripts in the browser, but they’re all showing up as minified filenames. Even with source maps, I’m not able to identify the ...
Score of 1
1 answer
432 views

I'm seeing an issue were some sourcemaps aren't getting generated in a NextJS application and I'm not sure how to debug it. We deploy to Vercel and upload sourcemaps to Sentry, the sourcemaps that get ...
Score of 6
3 answers
3399 views

I've got a Next.js 16.0.6 app that I installed with npx create-next-app@latest my-app following the documentation. It came with TypeScript ^5 (from what I can see in the lock file it's v5.9.3). Got ...
Score of 0
0 answers
49 views

I'm trying to debug an Angular application in VS Code using Chrome DevTools Protocol, but the debugger is opening files in the wrong location due to URL path mapping issues. Angular dev server running ...
Score of 0
0 answers
97 views

I'm building a Nuxt 3 application (using Vue 3 and Vite as the default builder) and integrating Sentry for error monitoring with sourcemap uploads. My build artifacts are uploaded to a CDN (e.g., AWS ...
Score of 0
0 answers
124 views

I’m trying to configure Grafana Alloy to resolve my Angular application’s stack traces using source maps, but the mapping isn’t working as expected. Even though I have the sourcemaps downloaded ...
Score of 1
0 answers
66 views

I'm running into a recurring problem after running npx gulp to initiate the build process (scss -> css builds). After each initialisation run,Git shows that a huge number of .css.map files have ...
Score of 0
0 answers
105 views

I've been trying to programmatically extract the original, debundled JavaScript source files behind a web app that uses Webpack bundles and source maps. While Chrome DevTools clearly shows the ...
Score of 0
0 answers
50 views

I'm experiencing a very strange debugging issue in VS Code while developing an extension, and I've exhausted all my debugging knowledge. The Problem When step-over debugging my TypeScript code, the ...
Score of 1
0 answers
56 views

I am developing a js code converter. here is a(much simplified) example input.js let a=5 let b=6 const result = a + b; console.log(result) and the corresponding output.js const t={} t.a=5 t.b=6 t....
Score of 1
0 answers
813 views

I have enable the source map when using vite "vite": "^5.4.18" to build the react project like this: build: { outDir: "build", sourcemap: true, rollupOptions: ...
Score of 1
0 answers
65 views

I am trying to hit breakpoints in VS code when serving an SPA from an ASP.NET Core app. The SPA is built with webpack and placed in the ${workspaceFolder}/build folder. The content is then copied to ...
Score of 1
0 answers
89 views

I'm struggling to make sense of source map for a next.js app. My goal is to be able to remotely log a client error and determine where it came from in the source. I'm using the source-map npm library. ...
Score of 0
0 answers
83 views

I am able to see the source maps when I run the application locally i.e "npm start". Even it points to the exact line of exception. But when I run "npm run make" and open the myApp....

15 30 50 per page
1
2 3 4 5
75