Javascript – How to solve a dynamic import in all CommonJS modules. (Electron-Store)
I'm developing a desktop application with Electron, and I have a problem with local data storage. My goal is to check if the user is already logged in using a locally stored token. If the token exists, the application should…