prebuildify
prebuildify copied to clipboard
[FeatureRequest] Divide binaries to multiple npm packages according to platform
Discussed here: https://github.com/murat-dogan/node-datachannel/issues/117
Prebuilt binaries for library node-datachannel is up to 80MB, but only 2MB would be used.
It may be better if there is a way to divide the prebuilt binaries to multiple npm packages automatically. So that the main package would only install the specific platform package after npm install.
https://github.com/prebuild/prebuildify/pull/63