Skip to content

Commit 108622a

Browse files
committed
chore: update
1 parent fe80885 commit 108622a

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
@@ -904,7 +904,7 @@ const composeEntryConfig = async (
904904
};
905905
}
906906

907-
// Type check to ensure entries is of the expected type in bundleless mode
907+
// Type check to ensure entries is of the expected type
908908
if (typeof entries !== 'object') {
909909
throw new Error(
910910
`The ${color.cyan('source.entry')} configuration should be an object, but received ${typeof entries}: ${color.cyan(

0 commit comments

Comments
 (0)