Digitum/frontend2/compress-cra.json
2023-11-30 19:30:51 +03:00

20 lines
272 B
JSON

{
"filetypes": [
".html",
".js",
".css",
".svg",
".png",
".jpg",
".ico",
".txt",
".json",
".mp3",
".wav",
".tff",
".woff2"
],
"algorithms": ["gz"],
"directory": "../data/www",
"retainUncompressedFiles": false
}