aabuelenin

Results 3 comments of aabuelenin

I've the same problem, @deadcoder0904 did you manage to find a workaround?

I ended up doing a string replacement, it's not a good solution, but it works I'm using capture groups to make it work on different platforms ``` preload={`file://${BROWSER_PRELOAD_WEBPACK_ENTRY.replace( /(\/|\\)renderer(?:\/|\\)renderer(?:\/|\\)/, '$1renderer$1',...

I've the same issue but it affects all extensions not just REDUX_DEVTOOLS. Here's what I know so far: - electron-devtools-installer makes a request to: https://clients2.google.com/service/update2/crx?response=redirect&acceptformat=crx2,crx3&x=id%3Dfmkadmapgofadopljbjfkapdkoienihi%26uc&prodversion=32 - it gets redirected to...