How to add / bundle an external dependency? #96
-
I'm trying to use I created a folder called In My
(we don't use renderer since we load an external URL) and I do have |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
main: {
plugins: [externalizeDepsPlugin({ exclude: [ '@kjn/electron-typesafe-ipc' ]}
} or install to see |
Beta Was this translation helpful? Give feedback.
@kjn/electron-typesafe-ipc
is a pure esm module.or
install to
devDependences
see
https://evite.netlify.app/guide/dev.html#dependencies-vs-devdependencies