Skip to content

Commit 08fa5d0

Browse files
committed
revert unnecessary change per review feedback
1 parent 407d08b commit 08fa5d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cloudflare/src/cli/build/patches/plugins/optional-deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export function handleOptionalDependencies(dependencies: string[]): {
2727
return {
2828
name,
2929

30-
setup: async (build) => {
30+
setup: async (build: PluginBuild) => {
3131
build.onResolve({ filter }, async ({ path, pluginData, ...options }): Promise<OnResolveResult> => {
3232
// Use ESBuild to resolve the dependency.
3333
// Because the plugin asks ESBuild to resolve the path we just received,

0 commit comments

Comments
 (0)