constant PWA_SW_CACHE_EXCLUDE in Progressive Web App 7
Same name and namespace in other branches
- 7.2 pwa.module \PWA_SW_CACHE_EXCLUDE
2 uses of PWA_SW_CACHE_EXCLUDE
- pwa_admin_configuration_sw in ./
pwa.admin.inc - Configure PWA settings for Service Worker.
- pwa_install in ./
pwa.install - Implements hook_install().
File
- ./
pwa.module, line 7
Code
define('PWA_SW_CACHE_EXCLUDE', [
'admin/.*',
'user/reset/.*',
]);