Skip to content

Commit 92dc4ec

Browse files
committed
chore: update
1 parent 36510a0 commit 92dc4ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1572,7 +1572,7 @@ const composeBundlelessExternalConfig = (
15721572
// If the import path refers to a directory,
15731573
// it most likely actually refers to a `index.*` file due to Node's module resolution.
15741574
// When redirect.js.path is set to false, index should still be added before adding extension.
1575-
// When redirect.js.path is set to true, the resolver directly generate correct resolvedRequest with index appended.
1575+
// When redirect.js.path is set to true, the resolver directly generates correct resolvedRequest with index appended.
15761576
if (
15771577
!jsRedirectPath &&
15781578
(await isDirectory(

0 commit comments

Comments
 (0)