1 Star 0 Fork 3

kenxin/vue vue-h5-ant-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
babel.config.js 474 Bytes
一键复制 编辑 原始数据 按行查看 历史
caster 提交于 2020-08-27 18:15 . 更新
// 获取 VUE_APP_ENV 非 NODE_ENV,测试环境依然 console
const IS_PROD = ['production', 'prod'].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
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kenxin/vue-h5-ant-template.git
git@gitee.com:kenxin/vue-h5-ant-template.git
kenxin
vue-h5-ant-template
vue vue-h5-ant-template
master

搜索帮助