Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Saber mais

Firefox Desctop(Main/Dev/Nightly)

  • 2 respostas
  • 1 tem este problema
  • 11 visualizações
  • Última resposta por f4p

more options

Hello guys,

I had have a problem using Firefox: when I'm working with medium / large project and using for develop webpack/webpack dev server/hot reload I am constantly faced with the fact that Firefox updates the data in the wrong way. For example, I change part of the code, webpack rebuilds the code, and firefox displays the code unchanged :DD And I constantly have to press f5 to reload the page directly >_<


I constantly face this problem, so I have to work in Chrome, although I like the developer tools in Firefox more

What could be the problem ?

Hello guys, I had have a problem using Firefox: when I'm working with medium / large project and using for develop webpack/webpack dev server/hot reload I am constantly faced with the fact that Firefox updates the data in the wrong way. For example, I change part of the code, webpack rebuilds the code, and firefox displays the code unchanged :DD And I constantly have to press f5 to reload the page directly >_< I constantly face this problem, so I have to work in Chrome, although I like the developer tools in Firefox more What could be the problem ?

Todas as respostas (2)

more options

Yes, your data are not updated but taken from cache, until you hit F5.

Perhaps you could disable cache while working, see for instance this extension.

more options

TyDraniu said

Yes, your data are not updated but taken from cache, until you hit F5. Perhaps you could disable cache while working, see for instance this extension.

Ok, why Chrome is working correctly with cache ?) I've never had to disable the cache in Chrome