I had to add this to my package.json: "manifest": { "content_security_policy": { "extension_pages": "script-src 'self' http://localhost:8098; object-src 'self'" } }
It seems to connect, but the electron version of the Vue devtools just keeps loading forever. Has anyone gotten this to work?