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$/] }), ] };