From a054a1186698707a642cab145061d4f1e8360cbb Mon Sep 17 00:00:00 2001 From: angleixx Date: Sun, 3 Mar 2024 13:21:10 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B9=8C=EB=93=9C=20=EC=97=90=EB=9F=AC?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/post/front-end/CRA_to_Vite.mdx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/content/post/front-end/CRA_to_Vite.mdx b/src/content/post/front-end/CRA_to_Vite.mdx index 8a4e64f..289b009 100644 --- a/src/content/post/front-end/CRA_to_Vite.mdx +++ b/src/content/post/front-end/CRA_to_Vite.mdx @@ -47,9 +47,6 @@ export default defineConfig({ server: { port: 3000, // 서버 포트 번호 변경 }, - define: { - global: '\{}', // 글로벌 객체를 빈 객체로 대체 - }, build: { outDir: 'build', // build 폴더명 변경 assetsDir: 'static', // build 폴더 내 assets 폴더명 변경