1
0
mirror of synced 2025-02-06 14:24:27 +01:00

Fixed bundle analyzer filepath

This commit is contained in:
n1474335 2018-12-26 00:01:12 +00:00
parent 43dcd544f2
commit 8fef01d961

View File

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