-
Notifications
You must be signed in to change notification settings - Fork 51
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
충남대 FE_박건민 1주차 과제 #96
base: geonbur
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
재제출하신 PR에 제가 리뷰 제출했다고 생각했는데, 드리지 않았군요. 늦게 나마 드립니다. 지금은 2주차 구현에 집중하고 계실거라 충돌 해결되면 바로 병합해둘게요.
name: '@storybook/react-webpack5', | ||
options: {}, | ||
}, | ||
staticDirs: ['..\\public'], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
staticDirs: ['..\\public'], | |
staticDirs: ['../public'], |
path 인식을 하지 못해서 오류가 발생하고 있네요.
code { | ||
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', | ||
monospace; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
npm run format
을 실행하니 index.css, reset.css가 적용되어 있지 않네요. 실행 후 커밋해서 푸쉬해주시겠어요?
재제출입니다.