mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 05:53:03 +00:00
96252: Make existing lodash imports tree-shakeable
This commit is contained in:
@@ -18,7 +18,9 @@ import {
|
||||
DynamicPathable,
|
||||
parseReviver,
|
||||
} from '@ng-dynamic-forms/core';
|
||||
import { isObject, isString, mergeWith } from 'lodash';
|
||||
import isObject from 'lodash/isObject';
|
||||
import isString from 'lodash/isString';
|
||||
import mergeWith from 'lodash/mergeWith';
|
||||
|
||||
import {
|
||||
hasNoValue,
|
||||
|
Reference in New Issue
Block a user