mirror of
https://github.com/vitejs/vite.git
synced 2024-11-22 07:09:05 +00:00
docs: add tip Note for build.cssCodeSplit (#5739)
Co-authored-by: Shinigami <chrissi92@hotmail.de>
This commit is contained in:
parent
8dbc17a20f
commit
dcaaa0fcfe
@ -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[]`
|
||||
|
Loading…
Reference in New Issue
Block a user