:wave: Electron Forge maintainer here. As it's pretty obvious from the lack of issue/pull request triage, the maintainership burden for adding/updating framework templates is a bit too high for the current maintainers for Electron Forge. So starting with Electron Forge v6, we've decided to go the following route:
Remove built-in framework-specific templates from Forge
Add a built-in template for use with Webpack
Archive this repository
We may in the future add templates for other bundlers such as Parcel.
We still have third-party template support, so you can create your own template in the framework of your choice and use it with electron-forge init --template=$PACKAGE_OR_FOLDER_NAME.
:wave: Electron Forge maintainer here. As it's pretty obvious from the lack of issue/pull request triage, the maintainership burden for adding/updating framework templates is a bit too high for the current maintainers for Electron Forge. So starting with Electron Forge v6, we've decided to go the following route:
We may in the future add templates for other bundlers such as Parcel.
We still have third-party template support, so you can create your own template in the framework of your choice and use it with
electron-forge init --template=$PACKAGE_OR_FOLDER_NAME
.