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 esbuild, and requiring the node process seems unnecessary.
I piggy-backed on your utils files and am using this
constmanifest=chrome.runtime.getManifest()// When you load an extension directly from a local directory(unpacked), the manifest // file doesn't have a valid update_url as it's not meant to be updated through the store.// use this as a proxy to determine if the extension is in development modeexportconstisDev=!!!manifest.update_url
The text was updated successfully, but these errors were encountered:
I'm using esbuild, and requiring the node process seems unnecessary.
I piggy-backed on your utils files and am using this
The text was updated successfully, but these errors were encountered: