Webpack: don't cache sounds in OfflinePlugin

public-report
Alex Gleason 2021-09-06 19:20:47 -05:00
rodzic e1be629051
commit 62124ac024
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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',
],