Skip to content

Commit

Permalink
docs: fix typo (#14554)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gumball12 authored Oct 9, 2023
1 parent 23ef8a1 commit 3b99649
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/config/build-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Produce SSR-oriented build. The value can be a string to directly specify the SS
- **Type:** `boolean`
- **Default:** `false`
During the SSR build, static assets aren't emitted as it is assumed they would be emitted as part of the client build. This option allows frameworks to force emitting them in both the client and SSR build. It is responsability of the framework to merge the assets with a post build step.
During the SSR build, static assets aren't emitted as it is assumed they would be emitted as part of the client build. This option allows frameworks to force emitting them in both the client and SSR build. It is responsibility of the framework to merge the assets with a post build step.
## build.minify
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This change prevents Vite from swallowing and controlling OS-specific shortcuts,

- Default exports of CSS files (e.g `import style from './foo.css'`): Use the `?inline` query instead
- `import.meta.globEager`: Use `import.meta.glob('*', { eager: true })` instead
- `ssr.format: 'cjs`' and `legacy.buildSsrCjsExternalHeuristics` ([#13816](https://github.com/vitejs/vite/discussions/13816))
- `ssr.format: 'cjs'` and `legacy.buildSsrCjsExternalHeuristics` ([#13816](https://github.com/vitejs/vite/discussions/13816))

## Advanced

Expand Down

0 comments on commit 3b99649

Please sign in to comment.