Minify the bignumber.js browser bundle
mainYou can minify the browser/global bundle using terser. First, install terser globally, then run the minification command against the distribution file.
npm install -g terser
terser dist/bignumber.js -c -m -o dist/bignumber.min.js