UNPKG

268 BJavaScriptView Raw
1const path = require('path')
2
3module.exports = {
4 auto: true,
5 pathname: '/service-worker.js',
6 template: path.resolve(__dirname, '../core/pwa/sw-template.js'),
7 initialCache: '/**/*.js',
8 initialCacheAppend: [],
9 initialCacheIgonre: [],
10}