Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
이슈와 연결하기
Issue Number: #303 #309
무엇이 추가 되었나요?
craco를 사용해서 CRA 프로젝트에 esbuild를 도입했습니다.
-> 레퍼런스: https://tanvesh.hashnode.dev/speed-up-your-create-react-app
서버 주소 변경에 따라 baseURL을 수정했습니다.
기타 정보
도입 전
도입 후
before = 21.546 + 35.63 = 57.176초
after = 13.668 + 13.057 = 26.725초
감소한 시간의 양: before - after = 57.176 - 26.725 = 30.451초
감소한 시간의 백분율: (감소한 시간의 양 / before) * 100 = (30.451 / 57.176) * 100 ≈ 53.26%
결과적으로 빌드 시간이 약 53.26% 감소했습니다.