You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure about other browsers, but on Firefox, every time I change JavaScript code I have to reload the extension manually. That triggers the onInstalled event, thus it shows the changelog on a new tab. My suggestion is to take advantage of the existing development environment powered by Gulp and the environment variables. Something like, if environment is development, then change the manifest.js and remove the background script entry. With the plugin gulp-merge-json, already installed, seems straightforward.
The text was updated successfully, but these errors were encountered:
I am not sure about other browsers, but on Firefox, every time I change JavaScript code I have to reload the extension manually. That triggers the
onInstalled
event, thus it shows the changelog on a new tab. My suggestion is to take advantage of the existing development environment powered by Gulp and the environment variables. Something like, if environment is development, then change themanifest.js
and remove the background script entry. With the plugingulp-merge-json
, already installed, seems straightforward.The text was updated successfully, but these errors were encountered: