Idan Rozin
Idan Rozin
So, this PR is related to issue https://github.com/GoogleCloudPlatform/stackdriver-errors-js/issues/124 which I have opened. This PR is for whomever is interested. Hope it helps and someone will take it to review and...
Support for web environments with limited 'window' object i.e: chrome extension service workers API
Hi! I am using this great library in a chrome extension project which is going to support the chrome extension api manifest V3 soon as google is kinda enforcing it...
Hi related to issue: https://github.com/pacexy/mv3-hot-reload/issues/11 I have opened this PR which adds more functionality to use more DEV_ENVs. if you would like to merge this please feel free.
Hi! I came across a use case in which I need the hot-reload to work on several development environments with differnet `process.env.NODE_ENV` names. for example sandbox or staging. so I...