Conversation
|
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
💻 개요
📋 변경 및 추가 사항
기존 방식: 빌드 시 이름이 변경되지 않는 특정 파일에 대해서만 무효화 수행
assets-manifest.json가 누락되어, 에셋이 변경되었을 때 바로바로 서빙되지 않는 문제 존재(캐싱된 과거 파일에는 새로 추가된 에셋 정보가 없으니까!!)
변경한 방식: 모든 경로(
/*)에 대해 무효화 수행💬 To. 리뷰어