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", "styleExt": "scss",
"component": { "component": {
"inlineStyle": true "inlineStyle": true
},
"build": {
"namedChunks": true
} }
} }
} }

View File

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