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

fix: 웹팩 빌드 오류를 해결한다 #138

Merged
merged 2 commits into from
Jul 19, 2023
Merged

fix: 웹팩 빌드 오류를 해결한다 #138

merged 2 commits into from
Jul 19, 2023

Conversation

kyw0716
Copy link
Member

@kyw0716 kyw0716 commented Jul 19, 2023

📄 Summary

styled-components의 createGlobalStyle 내부에 @import 부분 삭제 (참고 링크)
개발 환경에서만 msw가 동작하도록 분기 처리한 부분 삭제 (추후 백엔드와 연결 성공하면 다시 분기 처리할 것)

🙋🏻 More

실제 소요 시간: 2시간 30분

close #135

- styled-components의 createGlobalStyle 내부에 @import 삭제

[#135]
- 백엔드와 연결 성공 시 다시 분기 처리할 것

[#135]
@kyw0716 kyw0716 added 🚑 버그 예기치 않은 문제 또는 의도하지 않은 동작입니다 FE 프론트엔드 관련 이슈입니다 🚨 긴급 제일 최우선으로 해결해야 할 사항입니다 labels Jul 19, 2023
@kyw0716 kyw0716 self-assigned this Jul 19, 2023
Copy link
Collaborator

@feb-dain feb-dain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인했습니다~ 나중에 둘다 추가해 주세요

@kyw0716 kyw0716 merged commit 083b098 into develop Jul 19, 2023
1 check passed
@kyw0716 kyw0716 deleted the fix/135 branch July 19, 2023 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FE 프론트엔드 관련 이슈입니다 🚑 버그 예기치 않은 문제 또는 의도하지 않은 동작입니다 🚨 긴급 제일 최우선으로 해결해야 할 사항입니다
Projects
None yet
Development

Successfully merging this pull request may close these issues.

웹팩 빌드 오류를 해결한다
2 participants