Replies: 2 comments
-
I didn't check it. But as far as I know, the electron builder will package native dependencies. The template itself does nothing on top of that. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I've tried using a library that has native code, like node-window-manager, and it worked without issue. As Cawa said, Electron-builder takes care of building and packaging native deps. This is great because in most of the other Electron boilerplates that use webpack, it's not that simple. |
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
-
Hello, I was wondering if this boilerplate support bundling native libraries (like sqlite). If so, any kind of example or instructions would be very helpful!
Thanks
Beta Was this translation helpful? Give feedback.
All reactions