Closed as not planned
Closed as not planned
Description
Description
During npm run dev
, the stack trace contains information about the chain of calling functions (most importantly their file name and path).
After npm run build
and then npm run preview
, the stack trace loses all of that original information (since after bundling it is the one file).
I was wondering if vite can make it possible for me to find that information (without a source map) for some key functions that I can mark to Vite.
Suggested solution
Not sure
Alternative
No response
Additional context
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.