Skip to content

Commit 212a8bb

Browse files
committed
fix(nextjs): add conditionNames to WebpackConfigObject resolve type
1 parent 433c0ac commit 212a8bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/nextjs/src/config/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,7 @@ export type WebpackConfigObject = {
559559
resolve?: {
560560
modules?: string[];
561561
alias?: { [key: string]: string | boolean };
562+
conditionNames?: string[];
562563
};
563564
module?: {
564565
rules: Array<WebpackModuleRule>;

0 commit comments

Comments
 (0)