mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-19 20:52:06 +08:00
The `index.ts` file for the `dev-server` builder was becoming quite large and it was not obvious what was exported for external usage and what was exported to support testing. This change also allows for future extension of the development server without bringing in all of the Webpack-specific functionality.