Skip to content

Commit

Permalink
chore: add missing defineNavigatorUserAgent dependency to useEsbuil…
Browse files Browse the repository at this point in the history
…d hook (#4997)
  • Loading branch information
dario-piotrowicz authored Feb 12, 2024
1 parent 7412ce7 commit bfeefe2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/orange-avocados-fail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"wrangler": patch
---

chore: add missing `defineNavigatorUserAgent` dependency to useEsbuild hook
1 change: 1 addition & 0 deletions packages/wrangler/src/dev/use-esbuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ export function useEsbuild({
experimentalLocal,
projectRoot,
onBundleStart,
defineNavigatorUserAgent,
]);
return bundle;
}

0 comments on commit bfeefe2

Please sign in to comment.