8000 fix: Add missing variable declaration (#773) · vercel/ncc@06aa205 · GitHub
[go: up one dir, main page]

Skip to content

Commit 06aa205

Browse files
authored
fix: Add missing variable declaration (#773)
1 parent 302017b commit 06aa205

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ function ncc (
129129
}
130130
resolvePlugins.push(new TsconfigPathsPlugin(tsconfigPathsOptions));
131131

132+
const tsconfig = tsconfigPaths.loadConfig();
132133
if (tsconfig.resultType === "success") {
133134
tsconfigMatchPath = tsconfigPaths.createMatchPath(tsconfig.absoluteBaseUrl, tsconfig.paths);
134135
}

0 commit comments

Comments
 (0)
0