You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I cannot trace the error source file while dev mode is enabled, instead i'am getting the path of the builded file.
Reproduction
Used Package Manager
Yarn
Expected Behavior
The errors files displays on the actual component name file.
ex: 'components/navbar.tsx'
Actual Behavior
Errors file are displayed according to the builded chunks, ex:
('..node_modules/vite/dist/node/chunks/dep-DG6Lorbi.js:52905:24')
Beta Was this translation helpful? Give feedback.
All reactions