DoomDuck / transcendence

0 stars 0 forks source link

Add source map for svelte & typescript & css #66

Closed DoomDuck closed 2 years ago

DoomDuck commented 2 years ago

This should allow for use of the browser debugger. When opening the page source you should be able to see the original source code, (not the minified version) and add break points on it

DoomDuck commented 2 years ago

This branch is not required anymore as front now uses the pre-made svelte-kit setup