From 357539cccfe058efa6b0bde4e084370e63eb3e0c Mon Sep 17 00:00:00 2001 From: Gengkun Date: Fri, 22 Mar 2024 20:26:52 +0800 Subject: [PATCH] docs(configuration): add output.cssHeadDataCompression (#7172) Co-authored-by: Nitin Kumar --- src/content/configuration/output.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/content/configuration/output.mdx b/src/content/configuration/output.mdx index b02b210ad782..51329f7a6532 100644 --- a/src/content/configuration/output.mdx +++ b/src/content/configuration/output.mdx @@ -29,6 +29,7 @@ contributors: - mrzalyaul - JakobJingleheimer - long76 + - ahabhgk - tanyabouman --- @@ -347,6 +348,12 @@ This option determines the name of CSS output files on disk. See [`output.filena 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. +## output.cssHeadDataCompression + +`boolean` + +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. + ## output.devtoolFallbackModuleFilenameTemplate `string` `function (info)`