module.exports = { publicPath: './', devServer: { proxy: { '/': { target: 'https://www.4dkankan.com', changeOrigin: true } } } }