mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 23:36:16 -04:00
Fixed bundle analyzer filepath
This commit is contained in:
parent
43dcd544f2
commit
8fef01d961
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ module.exports = function (grunt) {
|
|||
}),
|
||||
new BundleAnalyzerPlugin({
|
||||
analyzerMode: "static",
|
||||
reportFilename: "build/prod/BundleAnalyzerReport.html",
|
||||
reportFilename: "BundleAnalyzerReport.html",
|
||||
openAnalyzer: false
|
||||
}),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue