Please create source map for vue.min.js
See original GitHub issueCan a source map please be generated when releasing versions of vue.min.js
? I am using it in production and when I get an error, I get a reference that is very difficult to debug (referencing a method on line 6
which has thousands of characters on it).
Maybe this has already been asked or I am just missing finding the file?
Thanks
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Source Maps for Vue - Sentry Documentation
In case you are using a bundler other than Vite to build your Vue project, we've compiled a list of guides on how...
Read more >vue.js - DevTools failed to load source map - Stack Overflow
Twilio developer evangelist here. Do you need to turn on sourcemaps in webpack, like in this GitHub issue? // vue.config.js module.exports ...
Read more >Sourcemaps in .vue files are broken in development - GitLab
I am currently unable to set breakpoints and debug .vue files within VS Code's native debugger. It appears that somewhere along the line, ......
Read more >Source Maps - Rollbar Docs
Getting started · 1. Raise descriptive errors from JavaScript · 2. Configure the rollbar.js SDK to support source maps · 3. Upload your...
Read more >Sourcemaps · Raygun Docs
If you do not wish to have publicly accessible JavaScript files you can upload them directly to Raygun from the JS Source Map...
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
Will be included for future releases.
Agreed, why is this not included? It would be really useful for debugging errors in production…