1 Star 0 Fork 26

小航/基于vue+vant技术的移动办公APP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 633 Bytes
一键复制 编辑 原始数据 按行查看 历史
yuncheng 提交于 2021-06-21 18:02 . 初始化
module.exports = {
outputDir: 'dist',
publicPath: './',
// 如果你不需要生产环境的 source map,可以将其设置为 false 以加速生产环境构建。
productionSourceMap: false,
configureWebpack: config => {
//生产环境取消 console.log
if (process.env.NODE_ENV === 'production') {
config.optimization.minimizer[0].options.terserOptions.compress.drop_console = true
}
},
devServer: {
port: 8080,
proxy: {
'/api': {
target: 'https://www.yunbangong100.com/yuncheng-31110'
},
}
}
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/lovexh666/yuncheng-mobile-app.git
git@gitee.com:lovexh666/yuncheng-mobile-app.git
lovexh666
yuncheng-mobile-app
基于vue+vant技术的移动办公APP
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385