electron-forge-docs
electron-forge-docs copied to clipboard
:electron: Mirror for Electron Forge's GitBook documentation
Issue with Maker zip example when using releases on S3
All Docs has been migrated to docusaurus - some styling changes are still left tho - github workflow yet to be setup
## Description The Vale Linter (natural language linter) implements spell check and other basic rules. _https://github.com/errata-ai/vale **Proposed Changes:** 1.Integrate a natural language linter like Vale into the Electron documentation workflow....
On the page https://www.electronforge.io/config/publishers/s3 the documentation gives an example of a mac configuration: ``` ... { name: '@electron-forge/maker-zip', config: (arch) => ({ // Note that we must provide this S3...
The [docs](https://www.electronforge.io/config/plugins/webpack) use a different format than the [template](https://github.com/electron/forge/blob/main/packages/template/webpack-typescript/tmpl/forge.config.ts) to define the webpack plugin. When using the `WebpackPlugin` constructor, the `contextIsolation` option is not available and [the docs state it...
[This page](https://www.electronforge.io/guides/developing-with-wsl) states that WSL does not support graphical apps, but as of recent versions of Windows 10 and all versions of Windows 11, [WSLg](https://github.com/microsoft/wslg) is enabled by default and...
`Getting Started` currently mentions the `webpack` and `webpack-typescript` templates as the only templates, leaving out vite.
Frankly, I don't know whether to post this issue on [forge](https://github.com/electron/forge) or [electron-forge-docs](https://github.com/electron-forge/electron-forge-docs), but there's a misunderstanding in both repos. The instructions for [Debugging with VS Code](https://www.electronforge.io/advanced/debugging#debugging-with-vs-code) will not work...
package.json { "name": "cb-project-manager", "productName": "cb-project-manager", "version": "1.0.0", "description": "My Electron application description", "main": ".webpack/main", "scripts": { "start": "electron-forge start", "package": "electron-forge package", "make": "electron-forge make", "publish": "electron-forge publish", "lint":...