1 Star 3 Fork 3

韩文昊 / 易占卜

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 277 Bytes
一键复制 编辑 原始数据 按行查看 历史
韩文昊 提交于 2020-11-26 16:57 . 添加路由 文件模块整理
module.exports = {
//修改或新增html-webpack-plugin的值,在index.html里面能读取htmlWebpackPlugin.options.title
chainWebpack: config => {
config.plugin('html').tap(args => {
args[0].title = ''
return args
})
},
}
1
https://gitee.com/grftHanwenhaoRf/easy-divination.git
git@gitee.com:grftHanwenhaoRf/easy-divination.git
grftHanwenhaoRf
easy-divination
易占卜
master

搜索帮助