File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments