chrismbryant / amazon-confidence-interval

A browser extension which adds Bayesian visualizations to Amazon ratings.
MIT License
31 stars 4 forks source link

Avoid importing entire bundle #17

Closed kgryte closed 4 years ago

kgryte commented 4 years ago

Upon installing @stdlib/stdlib, you should be able to directly import the specific function you need. In this case, that would be the Beta distribution quantile function. This should reduce the Webpack bundle size.