We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36510a0 commit 92dc4ecCopy full SHA for 92dc4ec
packages/core/src/config.ts
@@ -1572,7 +1572,7 @@ const composeBundlelessExternalConfig = (
1572
// If the import path refers to a directory,
1573
// it most likely actually refers to a `index.*` file due to Node's module resolution.
1574
// 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.
+ // When redirect.js.path is set to true, the resolver directly generates correct resolvedRequest with index appended.
1576
if (
1577
!jsRedirectPath &&
1578
(await isDirectory(
0 commit comments