We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b48cc5 commit 93f3687Copy full SHA for 93f3687
src/transform/liquid/index.ts
@@ -1,6 +1,6 @@
1
import type {Dictionary} from 'lodash';
2
3
-import {cloneDeepWith} from 'lodash';
+import cloneDeepWith from 'lodash/cloneDeepWith';
4
5
import {composeFrontMatter, extractFrontMatter} from '../frontmatter';
6
0 commit comments