module.exports = { devServer:{ open: process.platform === 'darwin', host: '0.0.0.0', port: 3000, https: false, hotOnly: false, proxy: '', before: () => {}, disableHostCheck: true } }