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 0d21c36 commit 2ae9238
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -37,7 +37,7 @@
"items": {
"type": "string"
},
"default": []
"default": []
},
"index": {
"type": "string",
Expand Down

0 comments on commit 2ae9238

Please sign in to comment.