Skip to content

Commit

Permalink
fix: ignore importx warnings
Browse files Browse the repository at this point in the history
Maybe fixes #218
  • Loading branch information
harlan-zw committed Sep 29, 2024
1 parent ffb54ac commit 0a70312
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/core/src/unlighthouse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ export async function createUnlighthouse(userConfig: UserConfig, provider?: Prov
// support loading configuration files
const configDefinition = await loadConfig<UserConfig>({
cwd: userConfig.root,
importx: {
ignoreImportxWarning: true,
},
sources: [
{
files: [
Expand Down

0 comments on commit 0a70312

Please sign in to comment.