How to open nodeIntegration to the renderer thread when using Quasar + Electron + Vite? #16739
Unanswered
Edge-coordinates
asked this question in
CLI - Electron mode
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm puzzled about how to enable Node.js API (nodeIntegration) in the renderer thread of an Electron application created using Quasar CLI with Vite.
Here is a successful example of providing nodeIntegration to the renderer thread when using Vite:
Could you please guide me on how to apply this example to a Quasar application?
Here's my attempt, but it failed:
https://github.com/Edge-coordinates/Waterfall_picture_viewer/blob/dev/quasar.config.js
In my attempt, I configured it as follows:
quasar.config.js
Could you provide assistance, please? Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions