sw.js: really, actually don't serve instance files
This commit is contained in:
parent
e9c9c7104d
commit
cb65075d1b
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue