UNPKG

@leanup/cli-pwa

Version:

This module contains pwa features for the @leanup/cli.

12 lines (11 loc) 211 B
module.exports = { swDest: 'dist/sw.js', runtimeCaching: [ { urlPattern: /\.(css|gif|gz|jpg|js|png|html|json)$/, handler: 'CacheFirst' } ], skipWaiting: true, clientsClaim: true };