grafar
grafar copied to clipboard
Tree-shake lodash
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.
Hi , As a beginner can i pick the issue . Never participate to an open source . Thanks
@dickosmad sure, this would be a great start ;-)