瀏覽代碼

Fixed bundle analyzer filepath

n1474335 6 年之前
父節點
當前提交
8fef01d961
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Gruntfile.js

+ 1 - 1
Gruntfile.js

@@ -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
                     }),
                     }),
                 ]
                 ]