I've used electron react boilerplate that uses electron-builder.
After build i can see that there is a folder app.asar.unpacked that contains node_modules and the native dependencies that i use, that are not added to app.asar, and users can actually see what packages i use, and i don't want that.
Is there a way to hide those?