import throttle from 'lodash/throttle'; import debounce from 'lodash/debounce'; 이렇게 import를 하면 번들 크기를 줄일 수 있다.
import throttle from 'lodash/throttle';
import debounce from 'lodash/debounce';