From dbdedf49b8d96df77f292d4d2f1bdfe773d919ba Mon Sep 17 00:00:00 2001 From: angleixx Date: Sun, 3 Mar 2024 08:01:08 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/post/front-end/CRA_to_Vite.mdx b/src/content/post/front-end/CRA_to_Vite.mdx index ca949aa..8bf4fed 100644 --- a/src/content/post/front-end/CRA_to_Vite.mdx +++ b/src/content/post/front-end/CRA_to_Vite.mdx @@ -48,7 +48,7 @@ export default defineConfig({ port: 3000, // 서버 포트 번호 변경 }, define: { - global\: \'{\}\', // 글로벌 객체를 빈 객체로 대체 + global: {}, // 글로벌 객체를 빈 객체로 대체 }, build: { outDir: 'build', // build 폴더명 변경