Rais Safiullin
Rais Safiullin
How can I stop background processing? process.exit() is not a solution :)
Hey Sapper Community ❤️ I do: ```javascript async function gotoURL(...args) { if (isFormUnsaved === true){ if (window.confirm("Are we leaving already?") === false){ return false; } } return await goto(...args); }...
Error: Unexpected character '�' (Note that you need plugins to import files that are not JavaScript)
`npx degit "sveltejs/sapper-template#rollup" sapper-app` `cd sapper-app` `npm install` `npm run dev` ``` d:\Projects\sapper-app>npm run dev > [email protected] dev d:\Projects\sapper-app > sapper dev ✗ server Unexpected character '�' (Note that you...