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

* **Electron Webpack Version**: 2.8.2 * **Target**: Windows I've spent a more than a day debugging why my images and sound files were accessible in development but did not appear...

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](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

Hello fellow users. No maintainer out there so maybe one of you can help me. I'm trying to use all the latest packages and framework right now. Electron 13.x defaults...

* **Version**: @expo/electron-adapter": "0.0.55" electron: "13.1.2" electron-builder: "22.11.7" No electron-updater used * **Target**: Mac, Win and Linux (same issue) When attempting to build for Mac/Win/Linux , the electron-webpack somehow does...

* **electron-builder: 21.2.0, electron-webpack: 2.7.4**: * **Mac, Windows**: I am utilizing environment variables as defined in the electron-webpack documentation to inject into my app (works great). To build the application...

In reference to [#285][1], this allows users to disable the hard-coded insertion of a script tag that is inserted into the generated root HTML page, by passing setting the environment...

* **Version**: Latest as June 21 2021 I am currently developing an application that needs to talk to an intranet API. However, the API server doesn't allow requests from another...

* **Version**: ```json { "name": "electron-webpack-quick-start", "version": "0.0.0", "license": "MIT", "scripts": { "dev": "electron-webpack dev", "compile": "electron-webpack", "dist": "yarn compile && electron-builder", "dist:dir": "yarn dist --dir -c.compression=store -c.mac.identity=null" }, "dependencies":...

When running in dev (`electron-webpack dev`), `app.getName()` will always be `"Electron"`. This is a big problem for persisted data because all apps will start writing to the same folder. I...

Bumps [postcss](https://github.com/postcss/postcss) from 7.0.27 to 7.0.36. Release notes Sourced from postcss's releases. 7.0.36 Backport ReDoS vulnerabilities from PostCSS 8. 7.0.35 Add migration guide link to PostCSS 8 error text. 7.0.34...

dependencies