We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8818d9 commit f2b719bCopy full SHA for f2b719b
packages/nextjs/src/config/types.ts
@@ -43,7 +43,7 @@ export type WebpackConfigObject = {
43
};
44
45
// Information about the current build environment
46
-export type BuildContext = { dev: boolean; isServer: boolean; buildId: string };
+export type BuildContext = { dev: boolean; isServer: boolean; buildId: string; dir: string };
47
48
/**
49
* Webpack `entry` config
0 commit comments