prebuildify icon indicating copy to clipboard operation
prebuildify copied to clipboard

[FeatureRequest] Divide binaries to multiple npm packages according to platform

Open k8w opened this issue 3 years ago • 1 comments

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.

k8w avatar Jun 22 '22 11:06 k8w

https://github.com/prebuild/prebuildify/pull/63

vweevers avatar Jun 22 '22 13:06 vweevers