Skip to content

Commit 203cb69

Browse files
committed
refactor: wip
1 parent 8f99f41 commit 203cb69

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

packages/core/src/lib/implementation/read-rc-file.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export async function readRcByPath(
2727
const result = await importModule({
2828
filepath: filePath,
2929
tsconfig,
30-
format: 'esm',
3130
});
3231
return { result, message: `Imported config from ${formattedTarget}` };
3332
},

packages/plugin-coverage/src/lib/nx/coverage-paths.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ export async function getCoveragePathForVitest(
147147

148148
const vitestConfig = await importModule<VitestCoverageConfig>({
149149
filepath: config,
150-
format: 'esm',
151150
});
152151

153152
const reportsDirectory =

packages/plugin-lighthouse/src/lib/runner/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ export async function getConfig(
144144
message,
145145
result: await importModule<Config>({
146146
filepath: configPath,
147-
format: 'esm',
148147
}),
149148
};
150149
}

0 commit comments

Comments
 (0)