From 3a0db23a6553b4e2ade125d79de0f108393cac22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Le=20Bihan?= Date: Sun, 29 Jan 2023 18:49:41 +0900 Subject: [PATCH] removed devConfig proxies --- front/webpack.config.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/front/webpack.config.js b/front/webpack.config.js index 38fcbb1..f8027a2 100644 --- a/front/webpack.config.js +++ b/front/webpack.config.js @@ -11,11 +11,7 @@ module.exports = async function (env, argv) { config.resolve.alias['framer-motion'] = 'framer-motion/dist/framer-motion' - config.devServer = { - proxy: { - '/api': env.DEVAPIURL ?? 'http://localhost:3000', - } - } + return config } \ No newline at end of file