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')) {