In development, everything goes smoothly, but I'm having this issue after I "npm run sign" the extension, it doesn't connect to the JSX and consoles
ReferenceError: CSInterface is not defined
Any idea what might it be?!
Also the -tsa is not working I had to change it to: -tsa http://timestamp.digicert.com
Update:
Fixed it by including csInterface.js in the dist folder, but it never happened before