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
Then run deno task dev from my project code folder as usual. It works but browser DevTools sources maps stopped to work (no top/localhost:8000/_ultra/compiler folder and files from there available)!
I have Ultra fork folder at v2.3.8 git tag without any code changes.
Tried to fork Ultra to fix JSON import crash on client side | ultra Issue #288
At
importMap.json
I setThen run
deno task dev
from my project code folder as usual. It works but browser DevTools sources maps stopped to work (notop/localhost:8000/_ultra/compiler
folder and files from there available)!I have
Ultra
fork folder atv2.3.8
git tag without any code changes.Before and after switch
"ultra/"
inimportMap.json
from https://deno.land/x/[email protected]/ to local folderHow to fix browser DevTools source maps when mapping Ultra module dependency to local folder?
The text was updated successfully, but these errors were encountered: