Reproduce the error by:
npx degit sveltejs/template my-svelte-project
cd my-svelte-project
npm i
npm run build
open the index.html file in the generated dist folder and see that the generated hrefs to the ... css and js files lack a "." at the beginning.
Reproduce the error by:
npx degit sveltejs/template my-svelte-project cd my-svelte-project npm i npm run buildopen the index.html file in the generated dist folder and see that the generated hrefs to the ... css and js files lack a "." at the beginning.