Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@MrPeker
Created January 27, 2019 21:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MrPeker/f1a833ec59a2dafda846b7233f321b82 to your computer and use it in GitHub Desktop.
Save MrPeker/f1a833ec59a2dafda846b7233f321b82 to your computer and use it in GitHub Desktop.
workbox.routing.registerRoute(
new RegExp('.*\.js'),
workbox.strategies.networkFirst()
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment