1 Star 0 Fork 131

碎月留年 / Workflow

forked from StavinLi / Workflow 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
babel.config.js 337 Bytes
一键复制 编辑 原始数据 按行查看 历史
StavinLi 提交于 2019-11-12 14:00 . init
const plugins = [
[
"component",
{
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
}
]
]
if (process.env.NODE_ENV == 'production') {
plugins.push('transform-remove-console')
}
module.exports = {
"presets": [
"@vue/app"
],
"plugins": plugins
}
JavaScript
1
https://gitee.com/mzg5050_admin_admin/Workflow.git
git@gitee.com:mzg5050_admin_admin/Workflow.git
mzg5050_admin_admin
Workflow
Workflow
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891