Open RehanSaeed opened 4 years ago
Type:
Environment:
Description:
I'm overriding the new tab page in my manifest.json like so
manifest.json
"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?
Type:
Environment:
Description:
I'm overriding the new tab page in my
manifest.json
like soIs there a way to get hot module reloading on it without having to manually refresh the new tab page?