Skip to content

Commit

Permalink
docs: add migration
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Oct 12, 2023
1 parent 8e0c515 commit 5a3bd44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/guide/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ Also there are other breaking changes which only affect few users.
- Top level `this` was rewritten to `globalThis` by default when building. This behavior is now removed.
- [[#14231] feat!: add extension to internal virtual modules](https://github.com/vitejs/vite/pull/14231)
- Internal virtual modules' id now has an extension (`.js`).
- [[#14583] refactor!: remove exporting internal APIs](https://github.com/vitejs/vite/pull/14583)
- Removed accidentally exported internal APIs: `isDepsOptimizerEnabled` and `getDepOptimizationConfig`
- Removed exported internal types: `DepOptimizationResult`, `DepOptimizationProcessing`, and `DepsOptimizer`
- Renamed `ResolveWorkerOptions` type to `ResolvedWorkerOptions`

## Migration from v3

Expand Down

0 comments on commit 5a3bd44

Please sign in to comment.