Skip to content
New issue

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

[개인 미션 - 성능 오답노트] 빙봉(김윤경) 미션 제출합니다. #143

Merged
merged 13 commits into from
Sep 12, 2024

Commits on Sep 5, 2024

  1. chore: 프로젝트 초기 설정

    - 배포 URL을 사용자 계정에 맞게 수정
    - .gitignore 파일에 .DS_Store 추가
    Yoonkyoungme committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    aa9e532 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. chore: css 최적화

    CSS 파일 최적화를 위해 CssMinimizerWebpackPlugin과 MiniCssExtractPlugin을 적용하여 파일 크기 감소 및 로딩 속도 개선
    Yoonkyoungme committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    44b83d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cb3664 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. chore: 이미지 최적화 및 WebP 변환 기능 추가

    - ImageMinimizerPlugin을 사용하여 이미지 압축 구현
    - WebP 포맷으로 이미지 변환 기능 추가
    - 이미지 품질 및 압축 옵션 설정
    Yoonkyoungme committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    862eee0 View commit details
    Browse the repository at this point in the history
  2. chore: splitChunks 적용 및 파일 이름에 컨텐츠 해시 포함

    - splitChunks를 적용하여 chunk를 분리
    - 파일 이름에 컨텐츠 해시를 포함하여 브라우저 캐싱을 효과적으로 사용하도록 설정
    Yoonkyoungme committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    c300d70 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    61884e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c5cac0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45eb1cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d4cc1e View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    30bce7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbdc548 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e01954e View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    5c248c6 View commit details
    Browse the repository at this point in the history