victor-am / rails-ranger

🤠 An opinionated AJAX client for Ruby on Rails APIs
https://victor-am.github.io/rails-ranger/
MIT License
32 stars 5 forks source link

Reduce build size #7

Closed victor-am closed 7 years ago

victor-am commented 7 years ago

At the time of writing the build size is 90kb (minified), which is too big for such a simple library (even when accounting for Axios that weights 12.4kb minified).

If we get to around 45kb (minified but without gzip) we can consider closing this issue.