electron-webpack
electron-webpack copied to clipboard
Scripts and configurations to compile Electron applications using webpack
* **Version**: 2.8.2 Sorry, this is my second question today already. But this is my last (and now only) issue. Previously, with my own setup, the XHR requests were being...
i want 1) disable ALL console.logs from webpack 2) disable ALL console.logs from dev server how i can do it? now i get this output, but the console should be...
* **Version**: electron-webpack 2.8.2 * **Target**: MacOS 10.15.4 I am trying to inject a preload script with a **require** exposition so I can use Spectron with it as recommended [here](https://github.com/electron-userland/spectron#node-integration)...
I am searching for a solution to build electron react app. I've found both electron-webpack and electron-forge are under the electron-userland organization, but they use quite different internal tech. I...
[1] ERROR in main.js from UglifyJs [1] Unexpected token: keyword «const» [main.js:112,0] error Command failed with exit code 2.
* **Version**: 2.7.4 * **Target**: MacOS When using `electron-webpack dev`, and running in main process `console.log(Electron.app.getVersion())` I get `8.0.2` as a result, which is Electron version. According to https://github.com/electron/electron/issues/7085 ,...
* **electron-webpack version**: 2.7.4 * **electron-builder version**: 21.2.0 I'm trying to use [threads.js](https://github.com/andywer/threads.js) to work with web workers. When I'm trying to use node modules in the main process's worker...
Hello, I'm having an issue building my app. With Apple's new changes I had to remove all node_modules from the extraResources config. However, now that I removed it, I'm getting...
* **Version**: 2.7.4 * **Target**: MacOS When running `npx electron-webpack dev -- --version`, my program receives `-- --version` as input `argv`, which is wrong. The `--` should be consumed by...
Hi, My app have multiple renderer windows with different html/js files. All inside the renderer folder. How can i add multiple entries for them?