Skip to content

Commit

Permalink
feat(webpackDevServer): Add watchOptions for webpackDevServer (angula…
Browse files Browse the repository at this point in the history
…r#1814)

Add watchOptions to webpackDevServerConfiguration to conditionally enable
polling option in watchpack
Remove additional blank lines from end of serve-watchpack.ts so that only
one is remaining
  • Loading branch information
JSMike authored and Jonathan Jayet committed Oct 14, 2016
1 parent 237dc1e commit c8f3662
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/angular-cli/lib/config/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,4 @@
}
},
"additionalProperties": false
}
}
2 changes: 1 addition & 1 deletion packages/angular-cli/tasks/serve-webpack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default Task.extend({
undefined,
undefined,
commandOptions.aot,

).config;

// This allows for live reload of page when changes are made to repo.
Expand Down

0 comments on commit c8f3662

Please sign in to comment.