I don't need a service worker, how do I turn it off? I use preact-cli 2.2.1
Right from the ReadMe:
You can disable default: true flags by prefixing them with --no-
--sw Generate and attach a Service Worker (default true)
@RyanChristian4427 thanks!
"build": "preact build --no-sw --no-ssr --no-esm --no-inline-css",
Good job!
Most helpful comment
"build": "preact build --no-sw --no-ssr --no-esm --no-inline-css",Good job!