-
-
Couldn't load subscription status.
- Fork 126
Closed
Labels
Milestone
Description
Is your feature request related to a problem? Please describe.
decimal.js adds an extra 31.9k of overhead to the bundle.
Its quite a heavy dependency considering that we're using just a few methods from it, like isDecimal()
Describe the solution you'd like
- Is it possible to just implement the features we need from
decimal.jsdirectly? - OR using lightweight options like
decimal.js-lightorbig.js
Describe alternatives you've considered
I prefer removing the dependency altogether if possible.
tmax22