Closed Seanmclem closed 2 years ago
This is sounds like a problem with your build tool or its config.
This is sounds like a problem with your build tool or its config.
probably, it happened with another storage lib too. Any tips? The consensus from Google of "probably Vite" hasn't really helped much so far
When I
import Store from 'electron-store';
And add the line
const store = new Store();
I get the error
Dynamic require of "path" is not supported
And my app does not work.
"electron-store": "^8.0.1",
"electron": "^17.1.2",