From d3a35cd81fd8b475751a390478be44245d9e53ea Mon Sep 17 00:00:00 2001 From: Adrien Date: Thu, 11 Apr 2024 08:31:33 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20Configure=20turf=20to=20mi?= =?UTF-8?q?nify=20the=20generated=20CSS=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 8a97578..67593f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,6 +41,8 @@ web-sys = { version = "0.3.69" } [build-dependencies] regex = "1.10.3" +[package.metadata.turf] +minify = true [package.metadata.turf.class_names] template = "--"