-
-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Clear and concise description of the problem
Even for vanilla and vanilla-ts templates there are still dependencies like @electron-toolkit/* and ESLint. For me I would like to customize lots of things and not to use these dependencies. A minimal template is preferred.
Used Scaffolding
create-electron
Suggested solution
Keep no "dependencies" and keep only the following "devDependencies":
- electron
- electron-builder
- electron-vite
- vite
For minimal-ts, typescript-related deps should be added as well.
And keep the prebundled source code clean and minimal.
Alternative
No response
Additional context
No response
Validations
- Follow the Code of Conduct.
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request