diff options
Diffstat (limited to 'lib/compilers/hook.ts')
-rw-r--r-- | lib/compilers/hook.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compilers/hook.ts b/lib/compilers/hook.ts index 9de40faf8..14eb27b8d 100644 --- a/lib/compilers/hook.ts +++ b/lib/compilers/hook.ts @@ -64,7 +64,7 @@ export class HookCompiler extends BaseCompiler { compiler: string, options: string[], inputFilename: string, - execOptions: ExecutionOptions, + execOptions: ExecutionOptions & {env: Record<string, string>}, ): Promise<CompilationResult> { const dirPath = path.dirname(inputFilename); const outputFilename = this.getOutputFilename(dirPath); |