Skip to content

Commit

Permalink
docs: sync #67
Browse files Browse the repository at this point in the history
  • Loading branch information
Gumball12 committed Jan 6, 2022
1 parent 8e541c8 commit 41379e5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,14 @@ createServer()

`true`로 설정하면, 빌드는 해시되지 않은 에셋 파일 이름을 해시된 버전으로의 매핑이 포함된 `manifest.json` 파일도 생성합니다. 이 파일은 서버 프레임워크에서 올바른 에셋 링크를 렌더링하는 데 사용할 수 있습니다.

### build.ssrManifest

- **타입:** `boolean`
- **기본값:** `false`
- **참고:** [Server-Side Rendering](/guide/ssr)

`true`로 설정하면, 빌드는 스타일 링크와 사전 로드된 에셋 디렉티브를 결정하기 위한 SSR 매니패스트 파일을 생성합니다.

### build.minify

- **타입:** `boolean | 'terser' | 'esbuild'`
Expand Down

0 comments on commit 41379e5

Please sign in to comment.