NekR/offline-plugin

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

Open

#138 geöffnet am 29. Nov. 2016

Auf GitHub ansehen
 (5 Kommentare) (7 Reaktionen) (0 zugewiesene Personen)JavaScript (319 Forks)batch import
PR-welcomeenhancementhelp wanted

Repository-Metriken

Stars
 (4.506 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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)

Contributor Guide