We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
electron-log/preload
Attempting to import electron-log/preload in my preload file throws the following error:
[2024-08-02 18:20:22.052] [error] WebContents#preload-error: { preloadPath: 'C:\\Users\\Andrei\\Desktop\\BlackBox\\out\\preload\\preload.js', error: 'Error: module not found: electron-log/preload\n' + ' at preloadRequire (node:electron/js2c/sandbox_bundle:2:82852)\n' + ' at <anonymous>:4:1\n' + ' at runPreloadScript (node:electron/js2c/sandbox_bundle:2:83516)\n' + ' at node:electron/js2c/sandbox_bundle:2:83813\n' + ' at node:electron/js2c/sandbox_bundle:2:83968\n' + ' at ___electron_webpack_init__ (node:electron/js2c/sandbox_bundle:2:83972)\n' + ' at node:electron/js2c/sandbox_bundle:2:84095', webContents: { id: 1, url: 'http://localhost:5173/' } }
I am using electron-vite 2.3.0 as my build tool and electron 31.2.1.
The text was updated successfully, but these errors were encountered:
Preload code should be bundled together with all dependencies (except for a case when nodeIntegration is enabled).
nodeIntegration
Sorry, something went wrong.
No branches or pull requests
Attempting to import
electron-log/preload
in my preload file throws the following error:I am using electron-vite 2.3.0 as my build tool and electron 31.2.1.
The text was updated successfully, but these errors were encountered: