Skip to content

Commit 045707b

Browse files
committed
add resolve to webpack config type
1 parent 4cd28fa commit 045707b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/nextjs/src/config/types.ts

+3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ export type WebpackConfigObject = {
4242
output: { filename: string; path: string };
4343
target: string;
4444
context: string;
45+
resolve?: {
46+
alias?: { [key: string]: string | boolean };
47+
};
4548
} & {
4649
// other webpack options
4750
[key: string]: unknown;

0 commit comments

Comments
 (0)