Skip to content

Commit

Permalink
Fixed bundle analyzer filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
n1474335 committed Dec 26, 2018
1 parent 43dcd54 commit 8fef01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ module.exports = function (grunt) {
}),
new BundleAnalyzerPlugin({
analyzerMode: "static",
reportFilename: "build/prod/BundleAnalyzerReport.html",
reportFilename: "BundleAnalyzerReport.html",
openAnalyzer: false
}),
]
Expand Down

0 comments on commit 8fef01d

Please sign in to comment.