You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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":
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
The text was updated successfully, but these errors were encountered: