Skip to content

Commit 3b9128e

Browse files
docs: slight correction in automatic code splitting
1 parent 68fd70b commit 3b9128e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/router/framework/react/guide/automatic-code-splitting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,4 @@ export default defineConfig({
197197
})
198198
```
199199

200-
We highly discourage splitting the `loader` unless you have a specific use case that requires it. In most cases, keeping the `loader` bundled with the component is the best choice for performance.
200+
We highly discourage splitting the `loader` unless you have a specific use case that requires it. In most cases, not splitting off the `loader` and keep it in the main bundle is the best choice for performance.

0 commit comments

Comments
 (0)