Skip to content

Commit

Permalink
fix: another lodash import that breaks vite build
Browse files Browse the repository at this point in the history
  • Loading branch information
efstajas authored and rudolfs committed Aug 1, 2022
1 parent 4246aec commit ecedcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tooltip.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
type Offset = { top: number; left: number };
import type { Position } from "./Tooltip";
import { debounce } from "lodash";
import { debounce } from "lodash-es";
export let style: string | undefined = undefined;
export let value: string | undefined = undefined;
Expand Down

0 comments on commit ecedcb4

Please sign in to comment.