mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-23 23:59:27 +08:00
With this change we remove the unintentional breaking change that added publicHost pathname to sockPath instead we now prepend the sockPath with the servePath, which can be either the passed servePath option, baseHref or deployUrl.
Angular Webpack Build Facade
WIP