1 Star 1 Fork 0

李华/vue_shop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
babel.config.js 446 Bytes
一键复制 编辑 原始数据 按行查看 历史
李华 提交于 5年前 . 优化
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'
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zero-andone/vue_shop.git
git@gitee.com:zero-andone/vue_shop.git
zero-andone
vue_shop
vue_shop
master

搜索帮助