sw.js: really, actually don't serve instance files

This commit is contained in:
Alex Gleason
2021-09-08 10:57:58 -05:00
parent e9c9c7104d
commit cb65075d1b

View File

@ -58,7 +58,7 @@ module.exports = merge(sharedConfig, {
'**/*.map',
'stats.json',
'report.html',
'instance',
'instance/**/*',
// any browser that supports ServiceWorker will support woff2
'**/*.eot',
'**/*.ttf',