Update tsdown & use @tsdown/css

This update simplifies the tsdown configuration, we do not need our custom plugin to minify CSS anymore (replaced by `css.minify = true`), and same for our hooks that rename the built CSS (replaced by `css.fileName`) 😍
This commit is contained in:
Hugo Alliaume
2026-03-20 08:33:35 +01:00
parent 3eadb3408f
commit 32168d86d5
4 changed files with 4 additions and 4 deletions

View File

@@ -1,2 +1,2 @@
const components = {};
export { components };
export { components };

View File

@@ -9,4 +9,4 @@ function registerSvelteControllerComponents(svelteComponents = components) {
return component;
};
}
export { registerSvelteControllerComponents };
export { registerSvelteControllerComponents };

View File

@@ -12,4 +12,4 @@ function registerSvelteControllerComponents(context) {
return component;
};
}
export { registerSvelteControllerComponents };
export { registerSvelteControllerComponents };

View File

@@ -43,4 +43,4 @@ _Class.values = {
props: Object,
intro: Boolean
};
export { _Class as default };
export { _Class as default };