use lodash-es instead of lodash to fix failing test (and enable better treeshaking)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import lodash from 'lodash';
|
||||
const { kebabCase, camelCase, startCase } = lodash;
|
||||
import { kebabCase, camelCase, startCase } from 'lodash-es';
|
||||
const pascalCase = (str) => startCase(str).replace(/ /g, '');
|
||||
|
||||
const tagNamePrefix = 'umb-';
|
||||
|
||||
Reference in New Issue
Block a user