Fix spurious error messages generated during webpack build (#2545)

This commit is contained in:
GCHQDeveloper581
2026-06-10 12:52:59 +01:00
committed by GitHub
parent f30668aeff
commit 4bd609a5ee
+2 -1
View File
@@ -144,7 +144,8 @@ module.exports = function (grunt) {
new BundleAnalyzerPlugin({
analyzerMode: "static",
reportFilename: "BundleAnalyzerReport.html",
openAnalyzer: false
openAnalyzer: false,
excludeAssets: /.*Worker.js/
}),
]
};