You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not regression but maybe unintentional addition in cli v8 on console message output compare to previous versions when build/extract i18n file. On CLI v.7.3.9 we have different output.
Description & minimal reproduction
To test on CLI v8, try:
npm uninstall -g @angular/cli && npm install -g @angular/cli@next
ng new aaa --skipTests --routing --style css && cd aaa && ng xi18n
🐞 Bug report
Is this a regression?
It is not regression but maybe unintentional addition in cli v8 on console message output compare to previous versions when build/extract i18n file. On CLI v.7.3.9 we have different output.
Description & minimal reproduction
To test on CLI v8, try:
Consolle will output :
On CLI <v.7.3.9 try :
The output is :
🌍 Your Environment
Anything else relevant?
I think in v8 we should only keep
Hash,Time,Built at
informations, and not printAsset,Size,Chunks, Chunk Names
cc @filipesilva
The text was updated successfully, but these errors were encountered: