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 30b3597 commit c4fb493Copy full SHA for c4fb493
1 file changed
src/instances.ts
@@ -149,13 +149,13 @@ function successfulTypeScriptInstance(
149
150
const { configFilePath, configFile } = configFileAndPath;
151
152
+ const filePathKeyMapper = createFilePathKeyMapper(compiler, loaderOptions);
153
if (configFilePath) {
154
if (isWebpack5) {
155
loader.addBuildDependency(configFilePath);
156
}
157
158
if (loaderOptions.projectReferences) {
- const filePathKeyMapper = createFilePathKeyMapper(compiler, loaderOptions);
159
const configFileKey = filePathKeyMapper(configFilePath);
160
const existing = getExistingSolutionBuilderHost(configFileKey);
161
if (existing) {
0 commit comments