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
### Melhor Saída do Console {#better-console-output}
81
81
82
-
>*This change was contributed by [@gaearon](https://github.com/gaearon)in[#2120](https://github.com/facebookincubator/create-react-app/pull/2120), [#2125](https://github.com/facebookincubator/create-react-app/pull/2125), and[#2161](https://github.com/facebookincubator/create-react-app/pull/2161).*
82
+
>*Esta mudança foi uma contribuição de [@gaearon](https://github.com/gaearon)em[#2120](https://github.com/facebookincubator/create-react-app/pull/2120), [#2125](https://github.com/facebookincubator/create-react-app/pull/2125) e[#2161](https://github.com/facebookincubator/create-react-app/pull/2161).*
83
83
84
-
We have improved the console output across the board.
84
+
Melhoramos a saída do console de maneira geral.
85
85
86
-
For example, when you start the development server, we now display the LAN address in additional to the localhost address so that you can quickly access the app from a mobile device on the same network:
86
+
Por exemplo, quando você inicia o servidor de desenvolvimento, agora exibimos o endereço da LAN em adicional ao endereço do host local, assim você pode facilmente acessar a aplicação a partir de um dispositivo móvel na mesma network:

89
89
90
-
When lint errors are reported, we no longer show the warnings so that you can concentrate on more critical issues. Errors and warnings in the production build output are better formatted, and the build error overlay font size now matches the browser font size more closely.
90
+
Quando erros de lint são reportados, não mostramos mais os avisos para que você poossa se concentrar em problemas mais críticos. Erros e avisos no build de produção estão melhores formatados e o tamanho da fonte do overlay de erro do build agora corresponde com o tamanho de fonte mais próximo no browser.
91
91
92
92
### Mas espere... Há Mais! {#but-wait-theres-more}
0 commit comments