module.exports = { publicPath: './', outputDir: 'dist', assetsDir: 'static', productionSourceMap: false, devServer: { port: 8080, proxy: { '/api': { target: 'http://localhost:8090', changeOrigin: true, }, }, }, };