Skip to content

Commit

Permalink
docs(configuration): add output.cssHeadDataCompression (#7172)
Browse files Browse the repository at this point in the history
Co-authored-by: Nitin Kumar <snitin315@gmail.com>
  • Loading branch information
ahabhgk and snitin315 committed Mar 22, 2024
1 parent 66bbec8 commit 357539c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/content/configuration/output.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ contributors:
- mrzalyaul
- JakobJingleheimer
- long76
- ahabhgk
- tanyabouman
---

Expand Down Expand Up @@ -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)`
Expand Down

0 comments on commit 357539c

Please sign in to comment.