Skip to content

Commit

Permalink
minor refactor (#1922)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtritto authored Oct 14, 2024
1 parent 60d62a3 commit fc91274
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ async function transpileWithEsbuild(
bundle: true
}

let pointerImports: Record<string, boolean> = {}
const pointerImports: Record<string, boolean> = {}
options.plugins = [
// Determine whether an import should be:
// - A pointer import
Expand Down

0 comments on commit fc91274

Please sign in to comment.