Skip to content

local dev mode that disables service workers #147

@simonmcmanus

Description

@simonmcmanus

Local development would be much easier if we could disable service workers when developing locally.

We need to investigate options.

It could either not register the service worker or I wonder if we could get away with registering an empty service worker with something like:

   "service-worker-disabled": "browserify ./client/EMPTYFILE.js > ./docs/service-worker.js"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions