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

Webpack 배포 설정, AWS 배포 체크 #139

Merged

Commits on Jul 24, 2024

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

Commits on Jul 25, 2024

  1. chore: webpack의 설정을 common, dev, prod로 파일 변경

    해당 과정에서 dotenv 패키지를 dotenv-webpack 패키지로 변경
    브라우저 환경에서 process undefined 에러를 해결하기 위해 process 패키지 설치
    Jaymyong66 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    538def1 View commit details
    Browse the repository at this point in the history
  2. refactor(api): BASE_URL -> API_URL 변수명 변경

    환경변수의 변수명에 맞춤
    Jaymyong66 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    a29e046 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13a4678 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad64311 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    365606d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5641f5d View commit details
    Browse the repository at this point in the history
  7. chore: process 패키지 제거

    process 패키지는 배포(브라우저) 환경에서 환경변수를 위한 process 모듈을 찾지 못하는 에러를 잡기 위함이었다.
    다만 dotenv-webpack의 공식 문서의 방식인 ignoreStuyb : ture 옵션으로 충분히 해결 가능하다고 판단.
    Jaymyong66 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    ec57fbb View commit details
    Browse the repository at this point in the history