module.exports = { publicPath: './', devServer: { proxy: { '^/':{ target: 'http://dev.kbsu' } } } };