Giter Site home page Giter Site logo

Comments (2)

cezaraugusto avatar cezaraugusto commented on June 29, 2024

There was another report of this today. Basically, after the third page refresh, HMR can't find the correct file and stops reloading until the webpack runtime is restarted.

It seems related to "writeToDisk" somehow. Removing the clean up tasks (clean: true in webpack-config and the CleanHotUpdatesPlugin) fixes the issue, but this is not reproducible when running the core Extension.js packages in a "detached" installation, so it's something else.

This needs further investigation, but so far I'll patch with an update for the clean up tasks to run at a moment where we preserve all HMR files until the runtime is restarted. I can't foresee a major issue doing this, but the patch is more like a temporary bandaid until root cause is found.

from extension.js.

cezaraugusto avatar cezaraugusto commented on June 29, 2024

Issue happens when you try to prune HMR files for the background script. Reason is unknown but fix is quick.

from extension.js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.