Fixed bundle analyzer filepath

This commit is contained in:
n1474335 2018-12-26 00:01:12 +00:00
parent 43dcd544f2
commit 8fef01d961
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ module.exports = function (grunt) {
}),
new BundleAnalyzerPlugin({
analyzerMode: "static",
reportFilename: "build/prod/BundleAnalyzerReport.html",
reportFilename: "BundleAnalyzerReport.html",
openAnalyzer: false
}),
]