터미널에서 npm run dev 실행했을 때, 경고메시지
Error: Expected content key de1e4a02ec63c4eb to exist

VScode를 재실행하고, 루트 경로에 있는 .parcel-cache 폴더를 삭제해주니 정상적으로 빌드 되었습니다.
재실행하지 않으면 폴더가 삭제되지 않습니다.
참고
https://stackoverflow.com/questions/77166144/error-expected-content-key-de1e4a02ec63c4eb-to-exist-getting-this-error-in-reac
https://eehoeskrap.tistory.com/735