electron-esbuild
electron-esbuild copied to clipboard
Create Electron apps using esbuild and your favorite frontend tool
The `electron-esbuild.config` file currently has one `mainConfig` and one `rendererConfig` prop, but in bigger Electron apps it is normal to run different kinds of chrome processes as microservices (some as...
Just stumbled across this and I love the setup, thanks! I've used the create-app for react/ts/vite. I've added a src/common folder for shared code between main and renderer, but I've...
Need to be able to import js files in html - cannot do that because source is a bundle - a single js file. One should be able to import...
Edit templates and package json files