You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/announcing-vite2.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ Vite SSR은 저수준 기능으로 제공되며, 상위 레벨 프레임워크
73
73
74
74
Vite는 기본적으로 네이티브 ESM 지원이 있는 현대 브라우저를 대상으로 하지만, 공식 [@vitejs/plugin-legacy](https://github.com/vitejs/vite/tree/main/packages/plugin-legacy)를 통해 레거시 브라우저 지원을 선택할 수도 있습니다. 이 플러그인은 자동으로 현대/레거시 이중 번들을 생성하고, 브라우저 기능 감지를 기반으로 올바른 번들을 제공하여 이를 지원하는 현대 브라우저에서 더 효율적인 코드를 보장합니다.
75
75
76
-
## 한번 사용해 보세요! {#give-it-a-try}
76
+
## 한 번 사용해 보세요! {#give-it-a-try}
77
77
78
78
다양한 기능이 있지만, Vite로 시작하는 것은 간단합니다! 다음 명령어로 시작하여 단 1분 만에 Vite 기반 앱을 실행할 수 있습니다(Node.js >=12가 있는지 확인하세요):
0 commit comments