Skip to content

Commit 834f0a1

Browse files
committed
chore: update
1 parent 108622a commit 834f0a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/src/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ const composeEntryConfig = async (
964964
const scanGlobEntries = async (calcLcp: boolean) => {
965965
// In bundleless mode, resolve glob patterns and convert them to entry object.
966966
const resolvedEntries: Record<string, string> = {};
967-
console.log('entries: ', entries);
967+
968968
for (const key of Object.keys(entries)) {
969969
const entry = entries[key];
970970

@@ -1488,7 +1488,7 @@ export async function composeCreateRsbuildConfig(
14881488
// Reset certain fields because they will be completely overridden by the upcoming merge.
14891489
// We don't want to retain them in the final configuration.
14901490
// The reset process should occur after merging the library configuration.
1491-
// The reset process should occur after merging the library configuration.
1491+
14921492
userConfig.source ??= {};
14931493
userConfig.source.entry = {};
14941494

0 commit comments

Comments
 (0)