Skip to content

Commit

Permalink
remove as any
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Dec 1, 2023
1 parent 1d980e3 commit eaca753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rollup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export async function rollupClient(clientPath = getClientPath(), {minify = false
: null;
}
},
(esbuild as any)({minify})
esbuild({minify})
]
});
try {
Expand Down

0 comments on commit eaca753

Please sign in to comment.