No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    [0.17.5] HMR not working

    Framework
    2
    4
    747
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • O
      ouaR last edited by

      Got this in the console when I save any file

      [WDS] App updated. Recompiling...
      [WDS] App hot update...
      

      but I still need to refresh (F5) to get the modification.

      and no significant errors šŸ˜ž

      1 Reply Last reply Reply Quote 0
      • S
        Sweetyy last edited by Sweetyy

        I had the same problem with the 0.17.10… I tried to upgrade to 0.17.12 and still not working like you @ouaR … What is really strange is that it was working before for me and for some reasons (i don’t know yet) it stopped …

        1 Reply Last reply Reply Quote 0
        • O
          ouaR last edited by

          I don’t know if you are in the same situation but I recently ā€œglobalizedā€ my node_modules directory (my quasar apps have now a symbolic link to a global node_modules dir) and HMR was not working anymore.

          but I found a solution, I updated my quasar.conf.js with :

          build: {
             // ........
             extendWebpack (cfg) {
                cfg.resolve.symlinks = true   // add this line
             }
          }
          

          and it works !

          1 Reply Last reply Reply Quote 0
          • S
            Sweetyy last edited by

            For my part, I had to remove the node_modules folder (previously init with yarn) and reinstall it but this time with npm.
            Then it worked for me again…

            1 Reply Last reply Reply Quote 0
            • First post
              Last post