Greetings everyone, I'm brand new to using Svelte and have a question that's been on my mind.
I recently developed a small app in Svelte that works perfectly fine during development.
However, when I run npm run build
for production, the output in the public folder includes 3 items: bundle.css
, bundle.js
, and bundle.js.map
. Strangely, there is no sign of an index.html file.
Could someone assist me with this issue? It appears that the public folder should contain an index.html file based on my understanding.