Skip to content

Commit 4deed52

Browse files
committed
Fix missing variable declaration
1 parent 44b4e0c commit 4deed52

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ function ncc (
126126
}
127127
resolvePlugins.push(new TsconfigPathsPlugin(tsconfigPathsOptions));
128128

129+
const tsconfig = tsconfigPaths.loadConfig();
129130
if (tsconfig.resultType === "success") {
130131
tsconfigMatchPath = tsconfigPaths.createMatchPath(tsconfig.absoluteBaseUrl, tsconfig.paths);
131132
}

0 commit comments

Comments
 (0)