1 Star 0 Fork 0

codedzy / vue_shop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
babel.config.js 520 Bytes
一键复制 编辑 原始数据 按行查看 历史
codedzy 提交于 2021-11-21 18:26 . 完成开发
// 这是项目发布阶段需要用到的 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'
]
}
1
https://gitee.com/codedzy/vue_shop.git
git@gitee.com:codedzy/vue_shop.git
codedzy
vue_shop
vue_shop
master

搜索帮助