lodash-for-backbone

A cherry-picked collection of lodash methods that is required for backbone.

Usage no npm install needed!

<script type="module">
  import lodashForBackbone from 'https://cdn.skypack.dev/lodash-for-backbone';
</script>

README

lodash for Backbone

Build Status

A cherry-picked collection of lodash methods that is required for backbone. This collection is ~0.5kb smaller than Underscore itself.

If you're only including Underscore for Backbone, by replacing this module with Underscore you save around half a kilobyte.

Usage

Replace the browser.min.js file with your underscore.js file in your browser.

Build

run npm run build to make a new build.

License

MIT