Quick fix for EN0ENT messages.

This commit is contained in:
Leon Zandman 2026-05-17 19:45:50 +02:00
parent af572f785b
commit 3e420cac1e

View File

@ -140,7 +140,8 @@ module.exports = function (grunt) {
new BundleAnalyzerPlugin({ new BundleAnalyzerPlugin({
analyzerMode: "static", analyzerMode: "static",
reportFilename: "BundleAnalyzerReport.html", reportFilename: "BundleAnalyzerReport.html",
openAnalyzer: false openAnalyzer: false,
excludeAssets: [/Worker\.js$/]
}), }),
] ]
}; };