build(aio): turn on webpack's stats.json generation for debugging purposes (#23234)

PR Close #23234
This commit is contained in:
Igor Minar 2018-04-15 23:16:23 -06:00 committed by Jason Aden
parent 8b02c0e769
commit 764f471dc0
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
"buildOptimizer": true,
"outputHashing": "all",
"sourceMap": true,
"statsJson": true,
"extractCss": true,
"extractLicenses": true,
"namedChunks": true,