Skip to content

Commit 602e491

Browse files
authored
Update code-splitting.md
1 parent 186c815 commit 602e491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/code-splitting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ import("./math").then(math => {
8181
>
8282
> 동적 `import()` 문법은 아직 ECMAScript (JavaScript)의 표준 문법이 아니라
8383
> [제안](https://github.com/tc39/proposal-dynamic-import)입니다.
84-
> 동적 `import()`은 가까운 미래에 표준에 추가 될 것으로 보입니다.
84+
> 동적 `import()`은 가까운 미래에 표준에 추가될 것으로 보입니다.
8585
8686
Webpack이 이 구문을 만나게 되면 앱의 코드를 분할합니다.
8787
Create React App을 사용하고 있다면 이미 Webpack이 구성이 되어 있기 때문에 즉시 [사용](https://facebook.github.io/create-react-app/docs/code-splitting)할 수 있습니다.

0 commit comments

Comments
 (0)