Skip to content

Commit

Permalink
fix: remove unused condition
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Dec 1, 2024
1 parent 837fd48 commit b092098
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/core/src/plugins/resolve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ function applyAlias({
}) {
const { alias } = config.source;

if (!alias) {
return;
}

const mergedAlias = reduceConfigs({
initial: {},
config: alias,
Expand Down

0 comments on commit b092098

Please sign in to comment.