module.exports = { globDirectory: 'public', globPatterns: [ '**/*.{js,ico,png,svg,html,webmanifest,txt,json}' ], globIgnores: [ 'env.js', 'env.sample.js' ], swDest: 'public/sw.js', cleanupOutdatedCaches: true, mode: 'production', sourcemap: false };