electron-snowpack
electron-snowpack copied to clipboard
Use Snowpack and esbuild for Electron app development
This is more a question than anything else. But I was wondering if its possible to use packages like koffi or node-ffi. I tried to see if I could add...
Hey 👋 ! Great work, thank you for this project! I noticed that .env files are correctly read in dev mode in the main, but not in production (using `yarn...
Hi, I've been trying to make sqlite3 work on the react-typescript example ([(link)](https://github.com/karolis-sh/electron-snowpack/tree/main/examples/react-typescript)) and it doesn't seem to work, have any of you tried anything similar? The steps to reproduce...
As `preload` is explicitly passed to the browser window (`preload: path.join(__dirname, 'preload.js'),`), there could be a use-case for multiple preload files for different browser windows.
- [x] `main` seems easy - https://esbuild.github.io/api/#minify - [ ] `renderer` - `snowpack-plugin-relative-proxy-imports` would not work with bunding/minification
Implement the Snowpack's `reload` option: ``` --reload Clear the local cache (useful for troubleshooting). ``` https://www.snowpack.dev/reference/javascript-interface#clearcache()