We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e7e063 commit 326f45fCopy full SHA for 326f45f
packages/renderer/vite.config.ts
@@ -18,7 +18,7 @@ export default defineConfig({
18
* which will ensure that the electron-builder can package it correctly
19
*/
20
{
21
- // If you use electron-store, this will work
+ // If you use electron-store, this will work - ESM format code snippets
22
'electron-store': 'const Store = require("electron-store"); export default Store;',
23
}
24
),
0 commit comments