1 Star 0 Fork 1.2K

SMTP / dgiot-dashboard

forked from dgiot开源社区 / iotStudio 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
babel.config.js 481 Bytes
一键复制 编辑 原始数据 按行查看 历史
h7ml 提交于 2021-12-15 14:05 . refactor(babel.config.js): console
/*
* @Author: h7ml
* @Date: 2021-03-11 18:38:56
* @LastEditTime: 2021-03-15 15:48:37
* @LastEditors: h7ml
* @FilePath: \dgiot-dashboard\babel.config.js
* @Description:
*/
const { clearConsole } = require('./src/config')
let plugins = ['dynamic-import-node', '@babel/plugin-transform-runtime']
if (process.env.NODE_ENV !== 'development' && clearConsole)
plugins.push('transform-remove-console')
module.exports = {
presets: ['@vue/cli-plugin-babel/preset'],
plugins,
}
1
https://gitee.com/smtp789/dgiot-dashboard.git
git@gitee.com:smtp789/dgiot-dashboard.git
smtp789
dgiot-dashboard
dgiot-dashboard
master

搜索帮助