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 fe80885 commit 108622aCopy full SHA for 108622a
packages/core/src/config.ts
@@ -904,7 +904,7 @@ const composeEntryConfig = async (
904
};
905
}
906
907
- // Type check to ensure entries is of the expected type in bundleless mode
+ // Type check to ensure entries is of the expected type
908
if (typeof entries !== 'object') {
909
throw new Error(
910
`The ${color.cyan('source.entry')} configuration should be an object, but received ${typeof entries}: ${color.cyan(
0 commit comments