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 am using VueJS and electron-builder cli plugin, I get "Uncaught ReferenceError: __dirname is not defined"
I have started to learn that this is a common issue with modules that cannot be bundled into the front end app. Is there a way to make this VueJS friendly?
The text was updated successfully, but these errors were encountered:
I am using VueJS and electron-builder cli plugin, I get "Uncaught ReferenceError: __dirname is not defined"
I have started to learn that this is a common issue with modules that cannot be bundled into the front end app. Is there a way to make this VueJS friendly?
The text was updated successfully, but these errors were encountered: