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've recently started a proyect with this boilerplate and it's fantastic. But I've stumble upon a problem when trying to use
ESM pure packages, such as electron-store.
Why have you decided to go with commonJS instead of ESM?
Do you have in mind migrating to ESM?
Thanks a lot!
Cheers
The text was updated successfully, but these errors were encountered:
I've recently started a proyect with this boilerplate and it's fantastic. But I've stumble upon a problem when trying to use ESM pure packages, such as electron-store.
Why have you decided to go with commonJS instead of ESM?
Thank you so much for your feedback—it’s greatly appreciated!
The decision to go with CJS isn't entirely mine. Encountered several challenges with ESM, including issues like the one discussed here electron/forge#3439.
That said, I’ll definitely give a look at it to handle your needs.
Hi Flavio!
I've recently started a proyect with this boilerplate and it's fantastic. But I've stumble upon a problem when trying to use
ESM pure packages, such as
electron-store
.Why have you decided to go with commonJS instead of ESM?
Do you have in mind migrating to ESM?
Thanks a lot!
Cheers
The text was updated successfully, but these errors were encountered: