1 Star 0 Fork 23

程祥峰/mxpio-boot-antd-vue

forked from mxpio/mxpio-boot-antd-vue 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
babel.config.js 378 Bytes
一键复制 编辑 原始数据 按行查看 历史
glf_gao 提交于 2022-04-21 09:30 . 1、新增数据脏数据状态对比
const IS_PROD = ['production', 'prod'].includes(process.env.NODE_ENV)
const plugins = []
if (IS_PROD) {
plugins.push('transform-remove-console')
}
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
],
plugins: [
[// 按需加载
'import',
{ libraryName: 'ant-design-vue', libraryDirectory: 'es', style: true }
],
...plugins
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/xiang_feng_cheng/mxpio-boot-antd-vue.git
git@gitee.com:xiang_feng_cheng/mxpio-boot-antd-vue.git
xiang_feng_cheng
mxpio-boot-antd-vue
mxpio-boot-antd-vue
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385