webpack-extension-reloader icon indicating copy to clipboard operation
webpack-extension-reloader copied to clipboard

Reloading the New Tab Page

Open RehanSaeed opened this issue 5 years ago • 2 comments

Type:

  • [ ] bug
  • [ ] feature
  • [ ] enhancement
  • [x] question

Environment:

  • OS: Windows
  • Browser: Edge/Chrome
  • Library Version: latest

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?

RehanSaeed avatar Jun 01 '20 15:06 RehanSaeed

I have the same problem, some solutions?

tsilicani avatar Oct 17 '20 08:10 tsilicani

looking for the same.. any solutions?

sankarkumar23 avatar Sep 24 '21 03:09 sankarkumar23