Chore: Bump esbuild and esbuild-loader (#84164)
Chore: Bump esbuild and related dependencies
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user