Skip to content

Commit

Permalink
chore: remove duplicate handle of async-node
Browse files Browse the repository at this point in the history
  • Loading branch information
2heal1 committed Aug 27, 2024
1 parent e0696d3 commit 0d0cc98
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/cli/plugin-data-loader/src/cli/loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@ export default async function loader(
return source;
}

if (
target === 'async-node' ||
(Array.isArray(target) && target.includes('async-node'))
) {
return source;
}

const { resourceQuery } = this;
// parse options from resouceQuery
const options = resourceQuery
Expand Down

0 comments on commit 0d0cc98

Please sign in to comment.