1 Star 2 Fork 0

jay_chou / vue_shop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
babel.config.js 404 Bytes
一键复制 编辑 原始数据 按行查看 历史
jay_chou 提交于 2021-03-07 16:23 . 上传
// 项目发布阶段需要用到的babel插件
const prodPlugins = []
if(process.env.NODE_ENV === 'production'){
prodPlugins.push('transform-remove-console')
}
module.exports = {
"presets": [
"@vue/cli-plugin-babel/preset"
],
"plugins": [
[
"component",
{
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
}
],
...prodPlugins
]
}
1
https://gitee.com/zsj1210/vue_shop.git
git@gitee.com:zsj1210/vue_shop.git
zsj1210
vue_shop
vue_shop
user

搜索帮助

53164aa7 5694891 3bd8fe86 5694891