Skip to content

Commit

Permalink
docs: typo in migration.md (#8895)
Browse files Browse the repository at this point in the history
  • Loading branch information
sepehr-safari committed Jul 3, 2022
1 parent 424033b commit c509659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/migration.md
Expand Up @@ -27,7 +27,7 @@ A small fraction of users will now require using [@vitejs/plugin-legacy](https:/
- `build.polyfillDynamicImport` (use [`@vitejs/plugin-legacy`](https://github.com/vitejs/vite/tree/main/packages/plugin-legacy) for browsers without dynamic import support)
- `optimizeDeps.keepNames` (switch to [`optimizeDeps.esbuildOptions.keepNames`](../config/dep-optimization-options.md#optimizedeps-esbuildoptions))

## Achitecture changes and legacy Options
## Architecture changes and legacy Options

This section describes the biggest architecture changes in Vite v3. To allow projects to migrate from v2 in case of a compat issue, legacy options have been added to revert to the Vite v2 strategies.

Expand Down

0 comments on commit c509659

Please sign in to comment.