1 Star 0 Fork 0

镜花/日本股票-UniAPP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 501 Bytes
一键复制 编辑 原始数据 按行查看 历史
15139110371 提交于 2024-01-18 17:55 . 改css
module.exports = {
chainWebpack: (config) => {
// 发行或运行时启用了压缩时会生效
config.optimization.minimizer('terser').tap((args) => {
const compress = args[0].terserOptions.compress
// 非 App 平台移除 console 代码(包含所有 console 方法,如 log,debug,info...)
compress.drop_console = true
compress.pure_funcs = [
'__f__', // App 平台 vue 移除日志代码
// 'console.debug' // 可移除指定的 console 方法
]
return args
})
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hiphops/gupiao_riben_uniapp.git
git@gitee.com:hiphops/gupiao_riben_uniapp.git
hiphops
gupiao_riben_uniapp
日本股票-UniAPP
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385