Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

4.x minified build distribution #6037

Open
@jdevcs

Description

@jdevcs

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:

  1. not filtering min builds from github repo commits of release branch

  2. also remove this entry point for browsers

    "browser": "./dist/web3.min.js",

  3. configure jsDeliver to pick min builds from github

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions