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 Oct 18, 2022. It is now read-only.
export const config: Config = { outputTargets: [{ type: 'www', serviceWorker: { cacheId:'v1', } }], globalScript: 'src/global/app.ts', globalStyle: 'src/global/app.css' };
It will be nice if Stencil team improves the service worker docs to give us examples of configurations and examples of service worker features like push notifications and backgroud sync
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
when I run
the generated code doesn't have service worker file, or
package.json
doesn't have any mention ofstart.sw
inscripts
, is there anything I am missing?The text was updated successfully, but these errors were encountered: