From 9b65f04f574804f26a376dabcf09be3f89767f6c Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 23 Jan 2023 15:24:28 -0600 Subject: [PATCH] Add report.html to sw ignore list --- webpack/production.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack/production.ts b/webpack/production.ts index 2ba64799f..810a943ef 100644 --- a/webpack/production.ts +++ b/webpack/production.ts @@ -137,6 +137,7 @@ const configuration: Configuration = { '/apple-touch-icon.png', '/browserconfig.xml', '/robots.txt', + '/report.html', ]; if (backendRoutes.some(path => pathname.startsWith(path)) || pathname.endsWith('/embed')) {