fixing webpack,comments

This commit is contained in:
2018-08-05 19:58:34 +02:00
parent b1039ee984
commit 671fb9b024
4 changed files with 5 additions and 12 deletions
+3 -3
View File
@@ -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';