mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-22 06:41:45 +08:00
The change detection logic for the output files is now moved to a separate function to reduce the code line count for the main dev-server function. Also changed the setup function for the vite server to return the actual configuration to allow for better reuse and testability.