From 8fef01d961b7298240a015363674da2c9adc9e04 Mon Sep 17 00:00:00 2001 From: n1474335 Date: Wed, 26 Dec 2018 00:01:12 +0000 Subject: [PATCH] Fixed bundle analyzer filepath --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 233a2888..1d254791 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 }), ]