sforkowany z mirror/soapbox
Merge branch 'oopsie-auth-again' into 'develop'
Webpack: don't cache sounds in OfflinePlugin See merge request soapbox-pub/soapbox-fe!727public-report
commit
3dd8d8a886
|
@ -64,6 +64,9 @@ module.exports = merge(sharedConfig, {
|
|||
'**/*.ttf',
|
||||
'**/*-webfont-*.svg',
|
||||
'**/*.woff',
|
||||
// Sounds return a 206 causing sw.js to crash
|
||||
// https://stackoverflow.com/a/66335638
|
||||
'sounds/**/*',
|
||||
// Don't cache index.html
|
||||
'index.html',
|
||||
],
|
||||
|
|
Ładowanie…
Reference in New Issue