1 Star 0 Fork 34

liuboss/Vue_shop_v3

forked from MrPeng/Vue_shop_v3 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
babel.config.js 453 Bytes
一键复制 编辑 原始数据 按行查看 历史
MrPeng 提交于 2020-12-01 23:22 . 优化完成
// 这是项目发布阶段需要用到的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,
"@babel/plugin-syntax-dynamic-import"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liubosscn/shopping-system.git
git@gitee.com:liubosscn/shopping-system.git
liubosscn
shopping-system
Vue_shop_v3
master

搜索帮助