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
As a newcomer to the Unovis codebase, I want to be able to know the file and line number from which an error originated, so that I can figure out the cause.
Current behavior: in npm run dev, there seems to be no sourcemaps configured, so when an error occurs, it resolves to bundle.js, which is useless. Example:
Desired behavior: in npm run dev, the environment leverages sourcemaps to tell you where the error is coming from.
The text was updated successfully, but these errors were encountered:
As a newcomer to the Unovis codebase, I want to be able to know the file and line number from which an error originated, so that I can figure out the cause.
Current behavior: in
npm run dev
, there seems to be no sourcemaps configured, so when an error occurs, it resolves tobundle.js
, which is useless. Example:Desired behavior: in
npm run dev
, the environment leverages sourcemaps to tell you where the error is coming from.The text was updated successfully, but these errors were encountered: