grafar icon indicating copy to clipboard operation
grafar copied to clipboard

Tree-shake lodash

Open thoughtspile opened this issue 4 years ago • 2 comments

We rely on lodash object (import * as _ from 'lodash'), which brings a lot of unneeded code to the project. It would be nice to either use native equivalents, eg _.extend -> Object.assign, or import get from 'lodash/get'. import { get } from 'lodash' would not cut it yet, since we don't have a es-module build.

Here's a list of 10 files currently using lodash

thoughtspile avatar May 03 '21 09:05 thoughtspile

Hi , As a beginner can i pick the issue . Never participate to an open source . Thanks

dickosmad avatar May 06 '21 12:05 dickosmad

@dickosmad sure, this would be a great start ;-)

thoughtspile avatar May 11 '21 11:05 thoughtspile