Skip to content

Commit

Permalink
break after first found resource match for dev server serve lifecyle (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Apr 9, 2023
1 parent 571e8d5 commit da5b17b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/lifecycles/serve.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ async function getDevServer(compilation) {
const merged = mergeResponse(response.clone(), current.clone());

response = merged;
break;
}
}

Expand Down

0 comments on commit da5b17b

Please sign in to comment.