Firefox Desctop(Main/Dev/Nightly)
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