We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b4e0c commit 4deed52Copy full SHA for 4deed52
1 file changed
src/index.js
@@ -126,6 +126,7 @@ function ncc (
126
}
127
resolvePlugins.push(new TsconfigPathsPlugin(tsconfigPathsOptions));
128
129
+ const tsconfig = tsconfigPaths.loadConfig();
130
if (tsconfig.resultType === "success") {
131
tsconfigMatchPath = tsconfigPaths.createMatchPath(tsconfig.absoluteBaseUrl, tsconfig.paths);
132
0 commit comments