Skip to content

Commit 357539c

Browse files
ahabhgksnitin315
andauthored
docs(configuration): add output.cssHeadDataCompression (#7172)
Co-authored-by: Nitin Kumar <[email protected]>
1 parent 66bbec8 commit 357539c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/content/configuration/output.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ contributors:
2929
- mrzalyaul
3030
- JakobJingleheimer
3131
- long76
32+
- ahabhgk
3233
- tanyabouman
3334
---
3435

@@ -347,6 +348,12 @@ This option determines the name of CSS output files on disk. See [`output.filena
347348

348349
You **must not** specify an absolute path here. However, feel free to include folders separated by `'/'`. This specified path combines with the [`output.path`](#outputpath) value to pinpoint the location on the disk.
349350

351+
## output.cssHeadDataCompression
352+
353+
`boolean`
354+
355+
This option determines whether to compress the metadata generated in the head tag of CSS files. This option defaults to `true` in `production` and `false` in `development` [mode](/configuration/mode/) respectively.
356+
350357
## output.devtoolFallbackModuleFilenameTemplate
351358

352359
`string` `function (info)`

0 commit comments

Comments
 (0)