We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
현재 main.js의 파일 크기는 219kb입니다.
랜딩 페이지에서 사용하지 않는 컴포넌트를 코드 스플리팅 해서 용량을 줄여볼 예정입니다. 또한 tree shaking을 적용해서 사용하지 않는 코드로 인한 용량 차지도 줄여보려고 합니다.
The text was updated successfully, but these errors were encountered:
Merge branch 'fe-dev' of https://github.com/woowacourse-teams/2024-ha…
514a9a9
…eng-dong into feature/#785
jinhokim98
Successfully merging a pull request may close this issue.
📄 설명
현재 main.js의 파일 크기는 219kb입니다.

랜딩 페이지에서 사용하지 않는 컴포넌트를 코드 스플리팅 해서 용량을 줄여볼 예정입니다.
또한 tree shaking을 적용해서 사용하지 않는 코드로 인한 용량 차지도 줄여보려고 합니다.
🏁 할 일
🫡 참고사항
The text was updated successfully, but these errors were encountered: