docs: add tip Note for build.cssCodeSplit (#5739)

Co-authored-by: Shinigami <chrissi92@hotmail.de>
This commit is contained in:
杨永安 2021-11-19 00:05:13 +08:00 committed by GitHub
parent 8dbc17a20f
commit dcaaa0fcfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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[]`