gpt4 book ai didi

使用 --stats-json 构建 Angular 6 不生成 stats.json 文件

转载 作者:行者123 更新时间:2023-12-04 11:47:31 26 4
gpt4 key购买 nike

我正在尝试为我的 Angular 6 应用程序生成 stats.json 文件。下面的事情我已经尝试过,但根本没有生成文件。我的系统需要有 “npm 运行”在每个 angular cli 命令之前。

  • 我跑了 “npm 运行 ng build --prod --stats-json”以及 "npm run ng build --prod --stats-json=true" .
  • 我跑了 “npm 运行 ng build --stats-json”以及 "npm run ng build --stats-json=true" (没有构建命令)。
  • 二手 “npm 运行 ng build --statsJson=true”通过引用 cli 文档。

  • 但是仍然没有生成 stats.json 文件,我想使用 webpack 包分析器读取该文件。
    欢迎在这方面提供任何帮助、建议或更正。

    下面是我的 package.json 中的脚本。

    “脚本”:{
    "ng": "ng",
    "start": "ng serve",
    "build": "ng build",
    "test": "ng test",
    "lint": "ng lint",
    "e2e": "ng e2e",
    "gulp": "gulp",
    "bundle-report": "webpack-bundle-analyzer dist/stats.json",
    "stats": "webpack-bundle-analyzer dist/stats.json"

    },

    最佳答案

    我发现我的在/dist 中。
    这意味着如果您查看 git 中出现的更改,它可能会被忽略。

    关于使用 --stats-json 构建 Angular 6 不生成 stats.json 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58693987/

    26 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com