You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Removed accidentally exported internal APIs: `isDepsOptimizerEnabled` and `getDepOptimizationConfig`
86
+
- Removed exported internal types: `DepOptimizationResult`, `DepOptimizationProcessing`, and `DepsOptimizer`
87
+
- Renamed `ResolveWorkerOptions` type to `ResolvedWorkerOptions`
84
88
-[[#5657] fix: return 404 for resources requests outside the base path](https://github.com/vitejs/vite/pull/5657)
85
89
- In the past, Vite responded to requests outside the base path without `Accept: text/html`, as if they were requested with the base path. Vite no longer does that and responds with 404 instead.
0 commit comments