We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 302017b commit 06aa205Copy full SHA for 06aa205
1 file changed
src/index.js
@@ -129,6 +129,7 @@ function ncc (
129
}
130
resolvePlugins.push(new TsconfigPathsPlugin(tsconfigPathsOptions));
131
132
+ const tsconfig = tsconfigPaths.loadConfig();
133
if (tsconfig.resultType === "success") {
134
tsconfigMatchPath = tsconfigPaths.createMatchPath(tsconfig.absoluteBaseUrl, tsconfig.paths);
135
0 commit comments