MikeMcl / bignumber.js

A JavaScript library for arbitrary-precision decimal and non-decimal arithmetic
http://mikemcl.github.io/bignumber.js
MIT License
6.63k stars 743 forks source link

Tree shake commonjs version from mjs version #366

Closed drking445 closed 6 months ago

drking445 commented 7 months ago

My app uses commonjs and importing bignumber.js causes you to import both versions which is size heavy for an app, can these be imported separately?

MikeMcl commented 7 months ago

Perhaps install from a local version of the package amended to your requirements.