Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Firefox Desctop(Main/Dev/Nightly)

  • 2 பதிலளிப்புகள்
  • 1 இந்த பிரச்சனை உள்ளது
  • 11 views
  • Last reply by f4p

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 ?

All Replies (2)

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.

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