Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 449 Bytes

partial_builds.md

File metadata and controls

13 lines (8 loc) · 449 Bytes

Partial Builds

Cash is bundled using minipacco, therefore it supports partial builds out of the box.

Guide

Replace the content of src/methods.ts with your custom configuration, basically deleting imports for methods that you don't want, then you can simply rebuild the library with:

npm install
npm run build