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
Description:
I am really stoked to see this package, as developing extensions sure is unnecessary difficult.
However, I am having some trouble setting this up following the README.
I've added this to my webpack config
, am running webpack with NODE_ENV=development webpack --watch --mode=development
and loading the extension in Firefox by selecting the manifest in the webpack-generated dist-folder.
However, although webpack properly reloads on file change, the extension does not. I still have to press the "reload extension"-button in Firefox about:debugging to get the update.
Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
Type:
Environment:
I'm going to open a PR:
Description:
I am really stoked to see this package, as developing extensions sure is unnecessary difficult.
However, I am having some trouble setting this up following the README.
I've added this to my webpack config
, am running webpack with
NODE_ENV=development webpack --watch --mode=development
and loading the extension in Firefox by selecting the manifest in the webpack-generated dist-folder.
However, although webpack properly reloads on file change, the extension does not. I still have to press the "reload extension"-button in Firefox about:debugging to get the update.
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: