You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/en/config/plugins.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,9 +42,9 @@ export default defineConfig({
42
42
43
43
## Execution order
44
44
45
-
By default, plugins run in the order they appear in the `plugins` array, and built-in Rsbuild plugins run before user-registered plugins.
45
+
By default, plugins run in the order they appear in the `plugins` array. Built-in Rsbuild plugins always execute before user-defined plugins.
46
46
47
-
If a plugin defines ordering fields such as `pre` or `post`, Rsbuild adjusts the execution order accordingly. See [Pre Plugins](/plugins/dev/core#pre-pluginss) for more details.
47
+
If a plugin specifies ordering controls such as the `enforce` property, the final execution sequence will be adjusted accordingly. See the [`enforce` property](/plugins/dev/core#enforce-property) for details.
0 commit comments