From cb65075d1b1a619843714edbef69ee6b406d785c Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 8 Sep 2021 10:57:58 -0500 Subject: [PATCH] sw.js: really, actually don't serve instance files --- webpack/production.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack/production.js b/webpack/production.js index b92604043..9968a2ca9 100644 --- a/webpack/production.js +++ b/webpack/production.js @@ -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',