Skip to content

Commit

Permalink
remove realpath option (#7148)
Browse files Browse the repository at this point in the history
  • Loading branch information
leoortizz committed May 9, 2024
1 parent 520a1c3 commit 2f0b081
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/frameworks/next/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,6 @@ export async function getProductionDistDirFiles(
cwd: join(sourceDir, distDir),
nodir: true,
absolute: false,
realpath: IS_WINDOWS,
},
(err, matches) => {
if (err) reject(err);
Expand Down

0 comments on commit 2f0b081

Please sign in to comment.