2 Star 0 Fork 0

卡卡/peizhen

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 387 Bytes
一键复制 编辑 原始数据 按行查看 历史
yaoning 提交于 2024-05-20 16:03 . first commit
const path = require('path')
const CopyWebpackPlugin = require('copy-webpack-plugin')
module.exports = {
configureWebpack: {
plugins: [
new CopyWebpackPlugin([{
from: path.join(__dirname, 'cloudfunctions'),
to: path.join(__dirname, 'unpackage/dist', process.env.NODE_ENV === 'development' ?
'dev' : 'build', process.env.UNI_PLATFORM, 'cloudfunctions')
}])
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hr0520/peizhen.git
git@gitee.com:hr0520/peizhen.git
hr0520
peizhen
peizhen
master

搜索帮助