const setting = require('./setting.config') const theme = require('./theme.config') const network = require('./net.config') const banner = { webpackBarName: 'EIP-FRONT', webpackBanner: ' build: eip-front \n author: hotent \n time: ', donationConsole() { const chalk = require('chalk') console.log( chalk.yellow(`> 欢迎使用eip-front,更多产品请访问:https://hotent.com`) ) console.log( chalk.yellow(`> 如果您不希望显示以上信息,可在config中配置关闭`) ) console.log('\n') }, } module.exports = Object.assign({}, setting, theme, network, banner)