electron-webpack
electron-webpack copied to clipboard
Scripts and configurations to compile Electron applications using webpack
* **Version**: 23.0.3 * **Target**: Windows 11 Pro Insider Preview ### Error Message ```log $ electron-webpack dev error Command failed with exit code 3221225477. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about...
* **Version**: 2.8.2 na * **Target**: Linux Hey there! If you need some help. I am running an Electron application using electron-webpack. I have a massive number of 404 in...
Hey, I am using these dev dependencies as a starter project. ``` "electron": "^10.1.5", "electron-webpack": "^2.8.2", "webpack": "^5.2.0" ``` But the electron-webpack seems to be incompatible with the breaking change...
Bumps [terser](https://github.com/terser/terser) from 4.6.10 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...
electron-webpack does an amazingly good job of hiding the complexity behind putting together a complex Electron app. Since the project is unmaintained, folks have started sharing alternate boilerplates, tools and...
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
"electron-builder": "^22.4.1", "electron": "18.0.1", "electron-builder": "^22.4.1", "electron-is-dev": "^1.2.0", "electron-updater": "^4.6.5", "electron-webpack": "^2.8.2", "electron-webpack-ts": "^4.0.1", "electron-builder": "^22.4.1", electron-webpack dev when i add napi addon into electron main.js, the app throw an...