Next.js 12 업데이트 관련 안내

Next.js 메인버전이 지난 11월에 12로 업데이트되었네요 (메인버전을 이렇게나 자주 바꾸다니 ㅠ)

확인해보니 11버전에서 달라진 점은 거의 없고, 새로 기능이 추가되거나 성능이 좋아진 정도네요.

업그레이드시 주의할 점은,
node.js 버전을 12.22.0 이상으로 해야 하고, webpack은 5버전을 사용해야 한다고 합니다.

이미 수강 완료하신 분들도 한 번쯤 테스트삼아 next만 삭제/재설치 해보시는 것도 좋겠네요 :)

-------------------------------

다음은 릴리즈 공지의 내용 중에서 11버전과 '달라진 부분'만 발췌한 것입니다.

After making webpack 5 the default in Next.js 11, we've now officially removed webpack 4. We've worked closely with the community to ensure a smooth transition to webpack 5.

target in next.config.js is no longer needed.

next/image now uses a span as the wrapping element instead of a div.

The minimum Node.js version has been bumped from 12.0.0 to 12.22.0, which is the first version of Node.js with native ES modules support.

 

12 릴리즈 공지

11 to 12 업그레이드 가이드 

채널톡 아이콘