Переглянути джерело

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({
                         analyzerMode: "static",
-                        reportFilename: "build/prod/BundleAnalyzerReport.html",
+                        reportFilename: "BundleAnalyzerReport.html",
                         openAnalyzer: false
                     }),
                 ]