강의

멘토링

로드맵

Inflearn Community Q&A

wookuri's profile image
wookuri

asked

Creating NodeBird SNS with React

이미지 import

Written on

·

247

0

create-react-app에서는 이미지파일을 import할 수 있었는데, next에서는 설정을 어떻게 해줘야하나요..? 찾아보긴했는데 한계를 느낍니다...

javascriptreact

Answer 1

0

zerocho님의 프로필 이미지
zerocho
Instructor

https://github.com/twopluszero/next-images

이러한 것으로 할 수 있습니다.

사실 패키지를 쓰지 않고도 웹팩 설정 조작하면 가능한데 이 방식이 제일 간단한 것 같습니다.

wookuri's profile image
wookuri

asked

Ask a question