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
Although node_modules is not included in files config, electron-builder will still pack all dependencies which is unnecessary as vite has already bundled them in dist folder.
This node_modules folder is very large and increases the final package size.