docs-ko
docs-ko copied to clipboard
ViteJS 한글 공식 문서 (Korean translation of vitejs.dev)
docs: fix highlight lines (#9336) ([ccb3449](https://github.com/vitejs/vite/commit/ccb3449edcbe08948a2d01e5d37dbca0d12b582a)) --- ````diff +++ b/docs/guide/ssr.md @@ -61,7 +61,7 @@ When building an SSR app, you likely want to have full control over your main se...
docs: update browser baseline features (#9316) ([b82ee5d](https://github.com/vitejs/vite/commit/b82ee5d39b8c8de1d3f9a2b4531b58634582ef00)) --- ````diff +++ b/docs/.vitepress/theme/components/AsideSponsors.vue @@ -18,5 +18,71 @@ const sponsors = computed(() => { + + + + Free Online Conference + ViteConf...
docs: fix `@rollup/plugin-commonjs` name (#9313) ([c417364](https://github.com/vitejs/vite/commit/c41736436af6ef9b8d4e62b3d7733c1e844f7dc6)) --- ````diff +++ b/docs/blog/announcing-vite3.md @@ -193,7 +193,7 @@ There are other deploy scenarios where this isn't enough. For example, if the ge ### Esbuild...
docs: link to viteconf (#9307) ([796eef4](https://github.com/vitejs/vite/commit/796eef44b5e23ad198bd4280d8ff0ff5188d7a28)) --- ````diff +++ b/docs/config/build-options.md @@ -6,7 +6,7 @@ - **Default:** `'modules'` - **Related:** [Browser Compatibility](/guide/build#browser-compatibility) -Browser compatibility target for the final bundle. The default...
docs: rephrase version pinning ([00e6af3](https://github.com/vitejs/vite/commit/00e6af35539f77f8eff45f12acf8b9641c23bb61)) --- ````diff +++ b/docs/.vitepress/config.ts @@ -1,12 +1,60 @@ -import { defineConfig } from 'vitepress' +import { defineConfig, DefaultTheme } from 'vitepress' const ogDescription = 'Next...
docs: fix deploy type var again (#9293) ([acc4406](https://github.com/vitejs/vite/commit/acc4406bcd668699419074a92b936c93e0b9109d)) --- ````diff +++ b/docs/guide/build.md @@ -196,7 +196,7 @@ In library mode, all `import.meta.env.*` usage are statically replaced when buil ## Advanced Base...
docs(config): clarify config esm syntax (#9157) ([881050d](https://github.com/vitejs/vite/commit/881050d265a5c0d5c044ec1510339f7254082c21)) --- ````diff --- /dev/null +++ b/docs/.vitepress/theme/components/SvgImage.vue @@ -0,0 +1,22 @@ + +defineProps() + + + + + + + +.svg-image-root { + background-color:...
docs: convert png diagrams to svg (#9208) ([6adb906](https://github.com/vitejs/vite/commit/6adb90695ba0de5b5cdc3edcc4a9fb63835efded)) --- ````diff +++ b/docs/.vitepress/theme/index.ts @@ -3,6 +3,7 @@ import Theme from 'vitepress/theme' import './styles/vars.css' import HomeSponsors from './components/HomeSponsors.vue' import AsideSponsors from './components/AsideSponsors.vue'...
[2022-08-27T00:53:35+08:00] feat: stabilize server.resolvedUrls (#9866) ([Go to commit c3f6731](https://github.com/vitejs/vite/commit/c3f6731bafeadd310efa4325cb8dcc639636fe48))
[2022-08-24T14:22:41+02:00] fix: Skip inlining Git LFS placeholders (fix #9714) (#9795) ([Go to commit 9c7e43d](https://github.com/vitejs/vite/commit/9c7e43d030f07f50f7cf5ef490e74c9425f5ce0f))