Skip to content

Commit feef035

Browse files
authored
docs: tweak build.cssCodeSplit documentation (#13194)
1 parent 4fd35ed commit feef035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config/build-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ If you specify `build.lib`, `build.assetsInlineLimit` will be ignored and assets
9898
- **Type:** `boolean`
9999
- **Default:** `true`
100100
101-
Enable/disable CSS code splitting. When enabled, CSS imported in async chunks will be inlined into the async chunk itself and inserted when the chunk is loaded.
101+
Enable/disable CSS code splitting. When enabled, CSS imported in async JS chunks will be preserved as chunks and fetched together when the chunk is fetched.
102102
103103
If disabled, all CSS in the entire project will be extracted into a single CSS file.
104104

0 commit comments

Comments
 (0)