Skip to content

Commit

Permalink
docs: add tip Note for build.cssCodeSplit (#5739)
Browse files Browse the repository at this point in the history
Co-authored-by: Shinigami <chrissi92@hotmail.de>
  • Loading branch information
YangYongAn and Shinigami92 authored Nov 18, 2021
1 parent 8dbc17a commit dcaaa0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/config/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -688,6 +688,10 @@ export default defineConfig({

If disabled, all CSS in the entire project will be extracted into a single CSS file.

::: tip Note
If you specify `build.lib`, `build.cssCodeSplit` will be `false` as default.
:::

### build.cssTarget

- **Type:** `string | string[]`
Expand Down

0 comments on commit dcaaa0f

Please sign in to comment.