Closed timworxDE closed 5 years ago
return workbox.generateSW({
globDirectory: config.publicPath,
globPatterns: ['**\/*.{gz,js,css,jpg,JPG,png,ico,otf,eot,ttf,woff,woff2,svg}'],
runtimeCaching: [
{
urlPattern: new RegExp('\/de\/(.*)'),
handler: 'staleWhileRevalidate'
},
{
urlPattern: new RegExp('\/en\/(.*)'),
handler: 'staleWhileRevalidate'
}
],
swDest: config.publicPath + '/sw.js'
});