diff --git a/Gruntfile.js b/Gruntfile.js index 233a2888d5..1d254791b6 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -212,7 +212,7 @@ module.exports = function (grunt) { }), new BundleAnalyzerPlugin({ analyzerMode: "static", - reportFilename: "build/prod/BundleAnalyzerReport.html", + reportFilename: "BundleAnalyzerReport.html", openAnalyzer: false }), ]