Skip to content

Commit e010d26

Browse files
committed
Update packages/core/src/config.ts
1 parent 2705cb4 commit e010d26

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
@@ -1391,7 +1391,7 @@ async function composeLibRsbuildConfig(
13911391
// #region Externals configs
13921392
// The order of the externals config should come in the following order:
13931393
// 1. `externalsWarnConfig` should come before other externals config to touch the externalized modules first.
1394-
// 2. `userExternalsConfig` should present earlier to override the externals config of the ahead ones.
1394+
// 2. `userExternalsConfig` should present at first to takes effect earlier than others.
13951395
// 3. The externals config in `bundlelessExternalConfig` should present after other externals config as
13961396
// it relies on other externals config to bail out the externalized modules first then resolve
13971397
// the correct path for relative imports.

0 commit comments

Comments
 (0)