docs-ko icon indicating copy to clipboard operation
docs-ko copied to clipboard

[SYNC] docs: update ssr (#8987)

Open github-actions[bot] opened this issue 3 years ago • 0 comments

docs: update ssr (#8987) (8c52867)


+++ b/docs/config/ssr-options.md
@@ -1,20 +1,16 @@
# SSR Options
-- **Related:** [SSR Externals](/guide/ssr#ssr-externals)
-
-:::warning Experimental
-SSR options may be adjusted in minor releases.
-:::
-
## ssr.external
- **Type:** `string[]`
+- **Related:** [SSR Externals](/guide/ssr#ssr-externals)
Force externalize dependencies for SSR.
## ssr.noExternal
- **Type:** `string | RegExp | (string | RegExp)[] | true`
+- **Related:** [SSR Externals](/guide/ssr#ssr-externals)
Prevent listed dependencies from being externalized for SSR. If `true`, no dependencies are externalized.
@@ -27,8 +23,8 @@ Build target for the SSR server.
## ssr.format
+- **Experimental**
- **Type:** `'esm' | 'cjs'`
- **Default:** `esm`
-- **Experimental**
Build format for the SSR server. Since Vite v3 the SSR build generates ESM by default. `'cjs'` can be selected to generate a CJS build, but it isn't recommended. The option is left marked as experimental to give users more time to update to ESM. CJS builds requires complex externalization heuristics that aren't present in the ESM format.

github-actions[bot] avatar Jul 13 '22 00:07 github-actions[bot]