rubenspgcavalcante / webpack-extension-reloader

A upgrade from šŸ”„webpack-chrome-extension-reloaderšŸ”„, now on all browsers
MIT License
494 stars 78 forks source link

Reloading the New Tab Page #108

Open RehanSaeed opened 4 years ago

RehanSaeed commented 4 years ago

Type:

Environment:

Description:

I'm overriding the new tab page in my manifest.json like so

  "chrome_url_overrides": {
    "newtab": "index.html"
  }

Is there a way to get hot module reloading on it without having to manually refresh the new tab page?

tsilicani commented 4 years ago

I have the same problem, some solutions?

sankarkumar23 commented 3 years ago

looking for the same.. any solutions?