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 was archived by the owner on Oct 18, 2022. It is now read-only.
The ionic-pwa starter does not automatically generate a server worker js file. Also the serviceWorker parameter in stencil.config.ts is set to null by default.
Expected behavior:
A sw.js would be generated automatically in the www dir. And the serviceWorker parameter should have some value.
Steps to reproduce:
npm init stencil (choose ionic-pwa option)
cd into app dir
npm run build
find . -name sw.js (returns nothing)