diff --git a/webpack.client.config.js b/webpack.client.config.js index 525a9a3..4bf1cd3 100644 --- a/webpack.client.config.js +++ b/webpack.client.config.js @@ -30,12 +30,6 @@ if (!isProduction) { host: '0.0.0.0', overlay: true, port: 8421, - // proxy: { - // '/avocado': { - // target: 'http://localhost:8420', - // ws: true, - // }, - // }, stats: 'minimal', watchContentBase: true, };