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
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

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