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 e8a33c0 commit 62fb3baCopy full SHA for 62fb3ba
packages/angular/cli/lib/config/schema.json
@@ -699,7 +699,7 @@
699
"watch": {
700
"type": "boolean",
701
"description": "Run build when files change.",
702
- "default": true
+ "default": false
703
},
704
"outputHashing": {
705
"type": "string",
@@ -1201,7 +1201,7 @@
1201
1202
1203
1204
- "default": false
+ "default": true
1205
1206
"poll": {
1207
"type": "number",
0 commit comments