NekR/offline-plugin

Make `offline-plugin` work with webpack-dev-server

Open

#138 aberto em 29 de nov. de 2016

Ver no GitHub
 (5 comments) (7 reactions) (0 assignees)JavaScript (319 forks)batch import
PR-welcomeenhancementhelp wanted

Métricas do repositório

Stars
 (4.506 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

This includes live reload and Hot Module Replacement. In those cases offline-plugin's cache functions should do nothing, i.e. not handle fetch event.

Reasons: someone may want to test push notifications / background sync in dev mode with webpack-dev-server.

(Probably even reload SW file's code when it changes)

Guia do colaborador