2 Star 2 Fork 3

hyduan_h5/vue2.0_vant_mobile

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
babel.config.js 483 Bytes
一键复制 编辑 原始数据 按行查看 历史
hyduan_h5 提交于 2021-12-21 10:35 . opt:打包配置优化
// 获取 VUE_APP_ENV 非 NODE_ENV,测试环境依然 console
const IS_PROD = ['production', 'prod', 'uat'].includes(process.env.VUE_APP_ENV)
const plugins = [
[
'import',
{
libraryName: 'vant',
libraryDirectory: 'es',
style: true
},
'vant'
]
]
// 去除 console.log
if (IS_PROD) {
plugins.push('transform-remove-console')
}
module.exports = {
presets: [['@vue/cli-plugin-babel/preset', { useBuiltIns: 'usage', corejs: 3 }]],
plugins
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hyduan_h5/vue2.0_vant_mobile.git
git@gitee.com:hyduan_h5/vue2.0_vant_mobile.git
hyduan_h5
vue2.0_vant_mobile
vue2.0_vant_mobile
master

搜索帮助