build(aio): turn on namedChunks option to make debugging, profiling and tracking easier (#21351)
PR Close #21351
This commit is contained in:
parent
8be11e49e7
commit
85013ad160
|
@ -62,6 +62,9 @@
|
|||
"styleExt": "scss",
|
||||
"component": {
|
||||
"inlineStyle": true
|
||||
},
|
||||
"build": {
|
||||
"namedChunks": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue