Zulko / eagle.js

A hackable slideshow framework built with Vue.js
https://zulko.github.io/eaglejs-demo/
ISC License
4.08k stars 222 forks source link

Suggestion: Import only throttle from lodash #56

Closed larsenwork closed 6 years ago

larsenwork commented 6 years ago

Either with https://www.npmjs.com/package/lodash.throttle or as part of babel using something like https://github.com/lodash/babel-plugin-lodash

Would shave maybe 100kb off the bundle size.

yaodingyd commented 6 years ago

Feature done in be034c7134eabef723137f7c3b2e31b67759168a

larsenwork commented 6 years ago

Yeah, saw that — great update 👍