This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Modifying CACHE_VERSION will result in previous caches being deleted | |
// Add any routes and resources required for your offline page to CACHE_URLS | |
// Specify the page you want shown when offline (must be in CACHE_URLS) with OFFLINE_URL | |
const CACHE_VERSION = 'v1' | |
const CACHE_URLS = [ | |
'/', | |
'/offline', | |
'pure.css', | |
'side-menu.css', |