Skip to content

Commit 7a0fe87

Browse files
committed
chore: update comment
1 parent d5e6f2a commit 7a0fe87

File tree

1 file changed

+1
-1
lines changed
  • packages/zip-it-and-ship-it/src/runtimes/node/bundlers/esbuild

1 file changed

+1
-1
lines changed

packages/zip-it-and-ship-it/src/runtimes/node/bundlers/esbuild/bundler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const includedFilesToEsbuildExternals = async (includedFiles: string[], baseDir:
6464
cwd: baseDir,
6565
})
6666

67-
// esbuild expects relative paths, but tinyglobby uses `posix.normalize()` which strips leading `./`
67+
// esbuild expects relative paths instead of posix paths
6868
const esbuildPatterns = resolved.map((pattern) => `./${pattern}`)
6969
result.push(...esbuildPatterns)
7070
} else {

0 commit comments

Comments
 (0)