fixing webpack,comments
This commit is contained in:
Vendored
+3
-3
@@ -1,5 +1,5 @@
|
||||
// subset of used lodash modules
|
||||
|
||||
export { default as each } from 'lodash-es/each';
|
||||
export { default as isUndefined } from 'lodash-es/isUndefined';
|
||||
export { default as merge } from 'lodash-es/merge';
|
||||
export { default as each } from 'lodash/each';
|
||||
export { default as isUndefined } from 'lodash/isUndefined';
|
||||
export { default as merge } from 'lodash/merge';
|
||||
|
||||
Reference in New Issue
Block a user