Chore: Bump esbuild and esbuild-loader (#84164)

Chore: Bump esbuild and related dependencies
This commit is contained in:
kay delaney
2024-03-13 14:39:30 +00:00
committed by GitHub
parent 2f0784186b
commit 1e02c831ad
3 changed files with 270 additions and 6 deletions
@@ -41,7 +41,7 @@ const fieldNameMatcher: FieldMatcherInfo<string> = {
defaultOptions: '',
get: (name: string): FieldMatcher => {
const uniqueNames = new Set<string>([name] ?? []);
const uniqueNames = new Set<string>([name]);
const fallback = fieldNameFallback(uniqueNames);