[Client] EsbuildPlugin 적용하여 빌드 파일 용량 축소, 토큰 만료 에러 핸들링 #310
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 #311
무엇이 추가 되었나요?
변경된 서버 URL 적용
components / Etc / PayMethod.tsx
와pages / Auth / SocialLogin.tsx
에 변경된 서버 URL을 적용하였습니다.토큰 만료 시 에러 핸들링
craco.config.js에서 EsbuildPlugin 적용
Esbuild-loader 레포지토리에 제시된 방법에 따라 craco.config.js에
EsbuildPlugin
를 적용하였습니다.이로 인해 빌드 파일 용량이 1.88MB ⇒ 212.87KB 로 감소하였으나, 빌드 시간은 9.263s ⇒ 13.006s로 증가하였습니다.
적용 전/후 확인하기 💡
<적용 전>
<적용 후>
기타 정보
해당 PR까지의 작업사항까지 재배포하도록 하겠습니다!