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
+3
View File
@@ -62,6 +62,9 @@
"styleExt": "scss",
"component": {
"inlineStyle": true
},
"build": {
"namedChunks": true
}
}
}