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
but vscode-ionic just use ${workspacePath} as its default webRoot ,so double back in sourcemap product wrong pathes!
the point is that we don't have any api to change this configurations conveniencly , now alternative to android webview debugging for temporary. vscode-ionic is awesome and really helpful ,I really wish for this tiny problem to fix soooon.😀
The text was updated successfully, but these errors were encountered:
vscode-ionic v1.94.2
when i click
Run->android
button , it wil build for production. so i configvite.config.ts
to support breakpoint to debug android webview :sure it will generate .map file , but the weird thing is the console hit an error for can't find source map. I find a whole day to find out the cause.
the outdir is defalut as
dist
dir , for the point of vite , it will eventurally generate sourcemap like below :but vscode-ionic just use ${workspacePath} as its default webRoot ,so double back in sourcemap product wrong pathes!
the point is that we don't have any api to change this configurations conveniencly , now alternative to android webview debugging for temporary. vscode-ionic is awesome and really helpful ,I really wish for this tiny problem to fix soooon.😀
The text was updated successfully, but these errors were encountered: