Skip to content

Commit

Permalink
fix(loader): use named defu import
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 27, 2023
1 parent 28ce69e commit 7cc6075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loader/loader.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import jiti from "jiti";
import defu from "defu";
import { defu } from "defu";
import { resolveSchema } from "../schema";
import type { Schema } from "../types";
import untypedPlugin from "./babel";
Expand Down

0 comments on commit 7cc6075

Please sign in to comment.