Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic committed Nov 7, 2024
1 parent 3d3dbde commit d52dc41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ type LoaderConfig =
options: { [k: string]: unknown };
};

let { runLoaders }: typeof import("loader-runner") = require("@vercel/turbopack/loader-runner");
const { runLoaders }: typeof import("loader-runner") = require("@vercel/turbopack/loader-runner");

const contextDir = process.cwd();
const toPath = (file: string) => {
Expand Down

0 comments on commit d52dc41

Please sign in to comment.