mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-23 15:36:23 +08:00
This adds support for publicPath to webpack-dev-server via ng serve The server would have to be started like ng serve --deploy-url /deploypath --base-href /deploypath. The app will be served from http://localhost:4200/deploypath Should fix #2727