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'm using webpack-dev-server to avoid having to refresh the extension popup page, so I'm not currently starting webpack with webpack -w but with the following code:
You have writeToDisk option enabled and that means you can point to the html file in your manifest which gets fed to webpack-dev-server.
And yes, it does mean you'll have to manage slightly different manifests for development and production.
I'm using webpack-dev-server to avoid having to refresh the extension popup page, so I'm not currently starting webpack with
webpack -w
but with the following code:Is it possible to make
web-ext run
work with the above configuration?The text was updated successfully, but these errors were encountered: