1
0
mirror of synced 2025-01-29 19:17:23 +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({
analyzerMode: "static",
reportFilename: "build/prod/BundleAnalyzerReport.html",
reportFilename: "BundleAnalyzerReport.html",
openAnalyzer: false
}),
]