There is no need to pass in nodeMain when passing in baseUrl (#160893)

This commit is contained in:
Alexandru Dima
2022-09-14 13:04:14 +02:00
committed by GitHub
parent 60fa7bc579
commit a68f9da5fe
3 changed files with 0 additions and 3 deletions

View File

@@ -94,7 +94,6 @@ function main() {
const loaderConfig = {
nodeRequire: require,
nodeMain: __filename,
baseUrl: fileUriFromPath(src, { isWindows: process.platform === 'win32' }),
catchError: true
};