Skip to content

Commit

Permalink
fix(manifest): use style.css as a key for the style file for cssCodes…
Browse files Browse the repository at this point in the history
…plit: false

resolved #1061
  • Loading branch information
Gumball12 committed Dec 7, 2024
1 parent 4cf05b2 commit 2f6492f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions guide/backend-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
- 진입점 또는 동적 진입점의 청크는 프로젝트 루트로부터의 상대적인 src 경로를 가집니다.
- 진입점이 아닌 청크의 경우, 키는 `_`로 접두사가 붙은 파일명이 됩니다.
- 청크에는 정적 및 동적 임포트에 대한 정보(둘 다 매니페스트에서 해당 청크를 매핑하는 키)와 CSS 및 에셋 파일(있는 경우)이 포함됩니다.
- [build.cssCodeSplit](/config/build-options.md#build-csscodesplit)`false`일 때 생성되는 CSS 파일 키는 `style.css` 입니다.

4. 해시된 파일 이름으로 링크를 렌더링하거나 지시문을 미리 로드하기 위해 이 파일을 사용할 수 있습니다.

Expand Down

0 comments on commit 2f6492f

Please sign in to comment.