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

A bare minimum project structure to get started developing with electron-webpack.

Results 58 electron-webpack-quick-start issues
Sort by recently updated
recently updated
newest added

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...

dependencies

Bumps [electron](https://github.com/electron/electron) from 8.2.0 to 15.5.5. Release notes Sourced from electron's releases. electron v15.5.5 Release Notes for v15.5.5 Other Changes Backported fix for CVE-2022-1482. #34040 Backported fix for CVE-2022-1483. #34009...

dependencies

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...

dependencies

Just started to use `electron-webpack` and upgraded `electron`, `webpack`, `electron-webpack`, `electron-builder` to their respective latest release: (base) raphy@pc:~/electron-webpack-quick-start$ yarn add electron electron-builder electron-webpack webpack --dev yarn add v1.22.18 [1/5] Resolving...

you are still have Electron version 8, which doesn't work with any of the documentation stuff. It took me 2 hours to realize this ^^

Using the template from scratch without further modification, `Vue.config.devtools = false` in 'renderer/index.js'. Any idea about what may be missing? Thanks! ``` index.js?ce91:12 Uncaught TypeError: Cannot set property 'devtools' of...

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

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...

dependencies

The `main/index.js` file is attempting to open the devtools too soon: https://github.com/electron-userland/electron-webpack-quick-start/blob/master/src/main/index.js#L15-L17 This results in an error message printed to the console: `"Extension server error: Object not found: "` A...