This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 432
Shell "index.html" file is not created #422
Labels
Comments
9 tasks
nolanlawson
added a commit
to nolanlawson/sapper
that referenced
this issue
Dec 2, 2018
nolanlawson
added a commit
to nolanlawson/sapper
that referenced
this issue
Dec 2, 2018
nolanlawson
added a commit
to nolanlawson/sapper
that referenced
this issue
Dec 8, 2018
nolanlawson
added a commit
to nolanlawson/sapper
that referenced
this issue
Dec 12, 2018
nolanlawson
added a commit
to nolanlawson/sapper
that referenced
this issue
Dec 13, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
(Follow-up to #108)
Steps to repro:
Then go to
localhost:3000/index.html
in your browser.Expected result: there is a shell HTML file, as described in this comment in the sapper-template service-worker.js.
Actual result: there is no shell HTML file, so the page 404s.
This makes it impossible AFAICT to build an actual offline-first Sapper app, i.e. one where the HTML page is cached by the Service Worker. Also this was working as of roughly January 2018, in the fork of Sapper I'm using for Pinafore.
I tested
sapper export
and it seems to have the same issue.The text was updated successfully, but these errors were encountered: