Skip to content

Commit

Permalink
Remove spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladiulianbogdan committed Jun 13, 2024
1 parent d191eda commit 45a9b18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/open-next/src/build/copyTracedFiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ See the docs for more information on how to bundle edge runtime functions.
if (
//TODO: we need to figure which packages we could safely remove
from.includes(path.join("node_modules", "caniuse-lite")) ||
// from.includes("jest-worker") || This ones seems necessary for next 12
from.includes(path.join("node_modules", "sharp"))
// from.includes("jest-worker") || This ones seems necessary for next 12
from.includes(path.join("node_modules", "sharp"))
) {
return;
}
Expand Down

0 comments on commit 45a9b18

Please sign in to comment.