Skip to content

Commit

Permalink
fix: 빌드 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
angielxx committed Mar 3, 2024
1 parent eee462e commit a054a11
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/content/post/front-end/CRA_to_Vite.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ export default defineConfig({
server: {
port: 3000, // 서버 포트 번호 변경
},
define: {
global: '\{}', // 글로벌 객체를 빈 객체로 대체
},
build: {
outDir: 'build', // build 폴더명 변경
assetsDir: 'static', // build 폴더 내 assets 폴더명 변경
Expand Down

0 comments on commit a054a11

Please sign in to comment.