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 47afd57 commit d656221Copy full SHA for d656221
1 file changed
packages/repack/src/utils/defineConfig.ts
@@ -11,7 +11,7 @@ export type RepackRspackConfigFn = (env: EnvOptions) => RepackRspackConfig;
11
12
export type RepackRspackConfigAsyncFn = (
13
env: EnvOptions
14
-) => Promise<RspackConfiguration>;
+) => Promise<RepackRspackConfig>;
15
16
export type RepackRspackConfigExport =
17
| RepackRspackConfig
0 commit comments