Skip to content

Commit 25f4c91

Browse files
Update website/docs/en/config/lib/redirect.mdx
Co-authored-by: Timeless0911 <[email protected]>
1 parent 34e6f46 commit 25f4c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/en/config/lib/redirect.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
:::info
44

5-
Redirect is the specific configuration for bundleless mode (set [lib.bundle](/config/lib/bundle) to `false`). It will not take effect in bundle mode because, all output files are packaged into a single file. As a result, import paths do not exist and do not need to be redirected.
5+
Redirect is the unique configuration for bundleless mode (set [lib.bundle](/config/lib/bundle) to `false`). It will not take effect in bundle mode where all output files are packaged into a single file, eliminating the need for import path redirection.
66

77
As bundleless mode is still under development, additional redirect configurations will be introduced in the future.
88

0 commit comments

Comments
 (0)