Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SYNC] fix: docs for ssr manifest plugin and dedupe name (#4974) #67

Closed
github-actions bot opened this issue Sep 19, 2021 · 0 comments · Fixed by #76
Closed

[SYNC] fix: docs for ssr manifest plugin and dedupe name (#4974) #67

github-actions bot opened this issue Sep 19, 2021 · 0 comments · Fixed by #76
Labels

Comments

@github-actions
Copy link
Contributor

fix: docs for ssr manifest plugin and dedupe name (#4974) (1bd6d56)


+++ b/docs/config/index.md
@@ -664,6 +664,14 @@ createServer()
When set to `true`, the build will also generate a `manifest.json` file that contains a mapping of non-hashed asset filenames to their hashed versions, which can then be used by a server framework to render the correct asset links.
+### build.ssrManifest
+
+- **Type:** `boolean`
+- **Default:** `false`
+- **Related:** [Server-Side Rendering](/guide/ssr)
+
+  When set to `true`, the build will also generate a SSR manifest for determining style links and asset preload directives in production.
+
### build.minify
- **Type:** `boolean | 'terser' | 'esbuild'`
@github-actions github-actions bot added the sync label Sep 19, 2021
@Gumball12 Gumball12 mentioned this issue Sep 26, 2021
Gumball12 added a commit that referenced this issue Jan 6, 2022
Gumball12 added a commit that referenced this issue Feb 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

0 participants