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 폴더명 변경