build(aio): turn on namedChunks option to make debugging, profiling and tracking easier (#21351)

PR Close #21351
This commit is contained in:
Igor Minar 2018-01-10 00:21:33 -08:00 committed by Alex Eagle
parent 8be11e49e7
commit 85013ad160
2 changed files with 6 additions and 3 deletions

View File

@ -62,6 +62,9 @@
"styleExt": "scss",
"component": {
"inlineStyle": true
},
"build": {
"namedChunks": true
}
}
}

View File

@ -2,17 +2,17 @@
"aio": {
"master": {
"gzip7": {
"inline": 941,
"inline": 961,
"main": 115381,
"polyfills": 12962
},
"gzip9": {
"inline": 941,
"inline": 961,
"main": 115186,
"polyfills": 12958
},
"uncompressed": {
"inline": 1558,
"inline": 1602,
"main": 453905,
"polyfills": 40264
}