module.exports = { devServer:{ port:'8560', open:true }, publicPath:'./', outputDir:'dist', assetsDir:'assets', chainWebpack: config => { config .plugin('html') .tap(args => { args[0].title= 'Hashbot-Social CRM' return args }) } }