gpt4 book ai didi

webpack - 如何在 vue.js 构建中重命名 index.html?

转载 作者:搜寻专家 更新时间:2023-10-30 22:30:42 24 4
gpt4 key购买 nike

我想重命名 npm run build 生成的 index.html。我在 webpack 配置中找不到任何东西。

我还创建了一个 vue.config.js,描述如下:https://github.com/vuejs/vue-cli/tree/dev/docs/config

module.exports = {
pages: {
index: {
filename: 'dapp.html',
}
}
};

但是输出文件还是index.html

最佳答案

你可以直接使用

module.exports = {
indexPath: 'index_bundled.html'
}

作为vue cli的默认选项来改变文件

关于webpack - 如何在 vue.js 构建中重命名 index.html?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51890879/

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