Skip to content

Commit

Permalink
Small change to service-worker for pre-cache manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
bharney committed Dec 5, 2018
1 parent 046a02c commit f5dcaa0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/ClientApp/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@
* See https://goo.gl/2aRDsh
*/

importScripts("https://storage.googleapis.com/workbox-cdn/releases/3.6.3/workbox-sw.js");

importScripts(
"/dist/precache-manifest.8902bfc604baea9ff29cfa70aab70bb9.js"
);

workbox.skipWaiting();
workbox.clientsClaim();

Expand Down

0 comments on commit f5dcaa0

Please sign in to comment.