Merge branch 'instance-sw' into 'develop'

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

See merge request soapbox-pub/soapbox-fe!731
This commit is contained in:
Alex Gleason 2021-09-08 15:58:40 +00:00
commit fcb378a5c9

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