From 3e420cac1ed38673a762f9dca67fb7f2a21ebc41 Mon Sep 17 00:00:00 2001 From: Leon Zandman Date: Sun, 17 May 2026 19:45:50 +0200 Subject: [PATCH] Quick fix for EN0ENT messages. --- Gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 6f87b2a6..82aab460 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -140,7 +140,8 @@ module.exports = function (grunt) { new BundleAnalyzerPlugin({ analyzerMode: "static", reportFilename: "BundleAnalyzerReport.html", - openAnalyzer: false + openAnalyzer: false, + excludeAssets: [/Worker\.js$/] }), ] };