electron-webpack icon indicating copy to clipboard operation
electron-webpack copied to clipboard

Scripts and configurations to compile Electron applications using webpack

Results 108 electron-webpack issues
Sort by recently updated
recently updated
newest added

* **Version**: 10.1.3 * **Target**: Windows I want to use custom babel config (provide options for `@babel/preset-react` module, which is required for new RC of react). How can I do...

Hello everyone, Personally, I like this project. It makes life easier when it comes to adding webpack to a project without writing all those messy scripts by yourself. And so...

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.11.0 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

* **Version**: v13.1.1 * **Target**: windows 10 I created the settings file electron-webpack.json and webpack.renderer.additions.js as below but when I run electron-webpack dev I still get the error below. What...

Has anyone managed to get fast-refresh working with electron-webpack? I've just had a go setting it up with https://github.com/pmmmwh/react-refresh-webpack-plugin but haven't gotten it to actually apply a hot update. I...

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Hi! When I change main file of the electron app it rebuilds successfully but the app continues using the old file. What I'm missing? My webpack config `const path =...

* **Version**: 22.11.7 * **Target**: Windows 10 x64 When i start webpack-electron some errors with css files occur. If I start the webpack-dev-server it works well.... Does somebody have an...