webpack-extension-reloader
webpack-extension-reloader copied to clipboard
Reloading the New Tab Page
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?
I have the same problem, some solutions?
looking for the same.. any solutions?