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