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 use it for my Angular + ElectronJS proyect, where the javascript file for the ElectronJS is not being uglified so I make it for it everytime that i build the exe.
Sample for the package.json
"scripts": { "start": "node uglify & electron .", }