Skip to content

Commit

Permalink
docs: tweak build.cssCodeSplit documentation (#13194)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed May 13, 2023
1 parent 4fd35ed commit feef035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config/build-options.md
Expand Up @@ -98,7 +98,7 @@ If you specify `build.lib`, `build.assetsInlineLimit` will be ignored and assets
- **Type:** `boolean`
- **Default:** `true`
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.
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.
If disabled, all CSS in the entire project will be extracted into a single CSS file.
Expand Down

0 comments on commit feef035

Please sign in to comment.