We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7990082 commit 8d50a27Copy full SHA for 8d50a27
packages/angular-cli/tasks/serve-webpack.ts
@@ -70,6 +70,7 @@ export default Task.extend({
70
this.project.root,
71
`./${CliConfig.fromProject().config.apps[0].root}`
72
),
73
+ headers: { 'Access-Control-Allow-Origin': '*' },
74
historyApiFallback: {
75
disableDotRule: true,
76
htmlAcceptHeaders: ['text/html', 'application/xhtml+xml']
0 commit comments