You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
At present, main.js is written to the destination directory (usually .sapper). That was so that we could write it to /tmp in Now, back before building was separated out from serving.
Writing it back to the same folder (as .main.rendered.js or something) would allow it to use relative imports, when necessary.
Might then be a bit weird that you can't do that with service-worker.js. Need to think about that, maybe in a separate issue.
The text was updated successfully, but these errors were encountered:
At present,
main.js
is written to the destination directory (usually.sapper
). That was so that we could write it to/tmp
in Now, back before building was separated out from serving.Writing it back to the same folder (as
.main.rendered.js
or something) would allow it to use relative imports, when necessary.Might then be a bit weird that you can't do that with
service-worker.js
. Need to think about that, maybe in a separate issue.The text was updated successfully, but these errors were encountered: