본문 바로가기

Error Note

[Error] Webpack bundling 후 status code 304

728x90

라이브서버를 이용하는 환경이었습니다.

npx webpack --entry ./source/index.js --output-filename index_bundle.js -o ./public

으로 번들링 이후 Network 탭에서 응답코드가 304이고, 다시 시도된 응답에서는 404 Error가 발생했습니다.

 

 

=> 캐시관련이라고 경고메시지가 있어서, 인터넷 캐시를 삭제하고 다시 로드하니 정상 작동하였습니다.