Fixed bundle analyzer filepath
This commit is contained in:
parent
43dcd544f2
commit
8fef01d961
@ -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
|
||||||
}),
|
}),
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user