codesbiome / electron-react-webpack-typescript-2024

Electron React Webpack Typescript Boilerplate with Custom Window and Titlebar Menus.
MIT License
347 stars 78 forks source link

Native modules support #62

Closed Sandakan closed 8 months ago

Sandakan commented 8 months ago

Can i know whether this boilerplate supports configurations to handle native node modules to be used in Electron?

I saw that the same electrovite-react project has mentioned it in the features but i didn't see it in here.

codesbiome commented 8 months ago

@Sandakan This project supports native modules by default (based on electron-forge).

For more information: https://www.electronforge.io/config/plugins/webpack#native-node-modules

Sandakan commented 8 months ago

@codesbiome Thanks for the help. I hope you include it in the repo readme.