4.x minified build distribution #6037
Description
Our minified build was filtered because it was not added in whitelisting after one of past PR that separated dist and lib outputs.
we should find some other way for distribution of our minified build instead of through npm to CDNs,
-
as if some one is downloading web3 via npm it brings in minified build as well even if its not required for example for node apps , increasing size of node_modules,
-
or if some one want to bundle some web app him self instead of using our bundle, our min shouldn't be required.
Currently minified build is distributed via npm to CDN and we can explore to make jsdeliver CDN to directly pick minified builds from github, hence need to fix:
-
not filtering min builds from github repo commits of release branch
-
also remove this entry point for browsers
web3.js/packages/web3/package.json
Line 20 in 195717f
-
configure jsDeliver to pick min builds from github