1 Star 0 Fork 0

米朵/peanut-domain

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 559 Bytes
一键复制 编辑 原始数据 按行查看 历史
米朵 提交于 2024-04-29 16:49 . init
const FileManagerPlugin = require("filemanager-webpack-plugin"); //引入
const packageName = 'dist';
var path = require('path')
module.exports = {
productionSourceMap: false, outputDir: packageName, // 包名,我这里将他提取成了一个常量
configureWebpack: {
plugins: [new FileManagerPlugin({
events: {
onEnd: {
delete: [`./dist/*.zip`],
archive: [{source: `./dist`, destination: `./dist.zip`}],
move: [{source: `./dist.zip`, destination: `./dist/dist.zip`}]
}
}
})]
},
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/slsplatform/peanut-domain.git
git@gitee.com:slsplatform/peanut-domain.git
slsplatform
peanut-domain
peanut-domain
master

搜索帮助