diff --git a/packages/yak-swc/yak_swc/src/lib.rs b/packages/yak-swc/yak_swc/src/lib.rs index fceedaf4..907ef5e4 100644 --- a/packages/yak-swc/yak_swc/src/lib.rs +++ b/packages/yak-swc/yak_swc/src/lib.rs @@ -51,7 +51,6 @@ pub struct Config { /// The hash for a css-variable depends on the file name including createVar(). /// To ensure that the hash is consistent accross multiple systems the relative path /// from the base dir to the source file is used. - #[serde()] pub base_path: String, }