gpt4 book ai didi

vue.js - 如何停止 vue cli 构建 "report.html"?

转载 作者:行者123 更新时间:2023-12-05 08:18:43 25 4
gpt4 key购买 nike

Vue CLI v3 在构建生产环境时总是创建“dist/report.html”。这是一个 webpack 包分析器报告。

我找不到停止构建该文件的方法。

在构建用于生产的 Vue CLI 3 应用程序时如何避免创建“report.html”?

这是我的 package.json 脚本:

"scripts": {
"dev": "npm run serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "vue-cli-service test:unit"
},

最佳答案

到目前为止,我发现禁用它的唯一方法是通过 vue.config.js:

pluginOptions: {
webpackBundleAnalyzer: {
analyzerMode: "disabled"
}
},

很高兴知道为什么这个东西在 Vue CLI 3 中总是打开。

关于vue.js - 如何停止 vue cli 构建 "report.html"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52979702/

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