Open
Description
Can you please add a little more build features that already are part of the sapper-template? I think of things like:
- the
static
folder (pretty much every app needs static files like icons, images, favicon, webappmanifest, ServiceWorker etc.) - the
template.html
(e.g. to reference some of the static files - it also seems to be a little more flexible than the currentpublic/index.html
) - and maybe the setup for the ServiceWorker
Alternatively, can you add some documentation how to add these features? It's a little hard to figure out how the sapper-template works. Its webpack config doesn't mention the static
folder for instance.
Or does it make more sense to make the sapper-template more flexible? Or to delete not needed features manually? (For my current project I don't need a router and SSR)