Merge pull request #16903 from aspnet/mkArtakMSFT/angularFix

Disable webpack build progress reporting for Angular projects
This commit is contained in:
William Godbe 2019-11-11 09:44:22 -08:00 committed by GitHub
commit dc49105fd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"progress": true,
"progress": false,
"extractCss": true,
"outputPath": "dist",
"index": "src/index.html",