Pass nativeRequire, as well

This commit is contained in:
Jonathan Clem
2021-04-21 16:40:48 -04:00
parent 75e3a5b35d
commit c416f56b51
5 changed files with 4 additions and 2 deletions

View File

@@ -32,6 +32,7 @@ async function main(): Promise<void> {
const result = await callAsyncFunction(
{
require: wrapRequire,
nativeRequire: __non_webpack_require__,
github,
context,
core,