Skip to content

Commit

Permalink
Merge branch 'kr' into merge-sync-202309
Browse files Browse the repository at this point in the history
  • Loading branch information
dkstyle committed Sep 10, 2023
2 parents a02e131 + 6b2c6b6 commit 8f2ee78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/configuration/optimization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ webpack의 버전4 부터는 선택된 [`모드`](/configuration/mode/)에 따
다음 문자열 값이 지원됩니다.

| 옵션 | 설명 |
| ----------------- | -------------------------------------------------------------------------------------------------------------- | --- |
| ----------------- | -------------------------------------------------------------------------------------------------------------- |
| `'natural'` | 사용 순서에 따른 숫자 ID입니다. |
| `'named'` | 디버깅을 위한 식별 가능한 ID입니다. |
| `'deterministic'` | 컴파일 간에 변경되지 않는 짧은 숫자 ID입니다. 장기 캐싱에 유용합니다. 프로덕션 모드에서 기본으로 활성화됩니다. |
| `'size'` | 최소 초기 다운로드 크기에 초점을 맞춘 숫자 ID입니다. |
| `'total-size'` | 최소 전체 다운로드 크기에 초점을 맞춘 숫자 ID입니다. | |
| `'total-size'` | 최소 전체 다운로드 크기에 초점을 맞춘 숫자 ID입니다. |

**webpack.config.js**

Expand Down

0 comments on commit 8f2ee78

Please sign in to comment.