Skip to content

Commit

Permalink
Fix missing variable declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Sep 13, 2021
1 parent 44b4e0c commit 4deed52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Expand Up @@ -126,6 +126,7 @@ function ncc (
}
resolvePlugins.push(new TsconfigPathsPlugin(tsconfigPathsOptions));

const tsconfig = tsconfigPaths.loadConfig();
if (tsconfig.resultType === "success") {
tsconfigMatchPath = tsconfigPaths.createMatchPath(tsconfig.absoluteBaseUrl, tsconfig.paths);
}
Expand Down

0 comments on commit 4deed52

Please sign in to comment.