We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5bac36 commit b6b8accCopy full SHA for b6b8acc
packages/@angular/cli/tasks/serve.ts
@@ -73,8 +73,8 @@ export default Task.extend({
73
}
74
75
const serveDefaults = {
76
- // default deployUrl to '' on serve to prevent the default from .angular-cli.json
77
- deployUrl: ''
+ deployUrl: appConfig.deployUrl || '',
+ baseHref: appConfig.baseHref || '',
78
};
79
80
serveTaskOptions = Object.assign({}, serveDefaults, serveTaskOptions);
0 commit comments