Pavel D.
Pavel D.
Thanks for the suggestion, it's very useful thing and I have some plans about it.
I have the same issue with `icons-vue`. Using some icons in my project (vue + electron + vite) and all icons are bundled instead of several ones.
> In this part, the packaging volume has been significantly reduced. I feel that this configuration is unnecessary. I'm also concerned about the size of my app. For example, electron-vue-template...
> Pushed a commit that removes this unneeded copy Just checked how it works on my app, and unfortunately these changes cause not all required dependencies to be included in...
> other project files that you probably don't want to include Probably, but at least the app works and has reasonable size :) I assume this filter should be tweaked...
> I just checked out the[ default value](https://www.electron.build/configuration/contents#files) for `files` of electron-builder. I guess we can just copy that instead, to be safe. I see that you've already added these...