MikeMcl / bignumber.js

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

bignumber.min.js is missing in npm repo #311

Closed avsrinivasa closed 1 year ago

avsrinivasa commented 2 years ago

The latest version of bignumber.js (9.0.2) is missing with bignumber.min.js. As many of the other libraries are refering the bignumber.min.js file. This is causing the failure of Angular project production builds. Can you please add the bignumber.min.js file in npm? Regards, Srinivas

MikeMcl commented 2 years ago

Yes, apologies, I should have bumped the major version number, so the latest release would have been v10.0.0 rather than v9.0.2.

A minified version is available from, for example:

https://cdn.jsdelivr.net/npm/bignumber.js@9.0.2/bignumber.min.js

I no longer want to have the responsibility and maintenance burden of providing a minified version, so I won't be publishing one myself, although I still provide an example of how the module can be minified in the README.