Skip to content

Commit 0a70312

Browse files
committed
fix: ignore importx warnings
Maybe fixes #218
1 parent ffb54ac commit 0a70312

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/core/src/unlighthouse.ts

+3
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ export async function createUnlighthouse(userConfig: UserConfig, provider?: Prov
6767
// support loading configuration files
6868
const configDefinition = await loadConfig<UserConfig>({
6969
cwd: userConfig.root,
70+
importx: {
71+
ignoreImportxWarning: true,
72+
},
7073
sources: [
7174
{
7275
files: [

0 commit comments

Comments
 (0)