Download Latest Version Subspace 2.0.0.zip (7.6 MB)
Email in envelope

Get an email when there's a new version of Subspace

Home / 1.2.1
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2020-02-03 780 Bytes
Subspace 1.2.1.tar.gz 2020-02-03 1.9 MB
Subspace 1.2.1.zip 2020-02-03 1.9 MB
Totals: 3 Items   3.8 MB 0

Using babel instead of webpack to make Subspace tree-shakeable

Generally for a library, webpack is not used to produce the build in dist/. rather, but babel and let downstream projects make the choice of webpack or rollup, etc. Subspace's node and browser builds were heavy and there was no hope a downstream developer's build tools can treeshake.

This minor release uses babel to build the sources into dist/ for nodejs, lib/ for the browser and module/ for es6. A DApp (or project, generally speaking) that makes use of Subspace will, with its own front-end tooling (e.g. webpack or rollup, in the context of create-react-app for example) be responsible for tree shaking and creating builds.

In addition to this change, dependency versions were bumped up.

Source: README.md, updated 2020-02-03