How many preload.js file is configured in Electron #12836
Unanswered
azhengyongqin
asked this question in
CLI - Electron mode
Replies: 2 comments
-
Hey, have you addressed this problem yet? I find i have the same demand. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using Quasar CLI(with Vite) Developing Electron APP.
My APP needs to use the
Electron
BrowserWindow
andBrowserView
components, which need to load differentpreload.js
files respectively.But I don't know how to configure multiple
preload.js
files inquasar.config.js
, I just get such configuration in the documentation, but it could not meet my needs.I need to have such a configuration:
Beta Was this translation helpful? Give feedback.
All reactions