refactor(stylesheet): move Semantic CSS to the browser (#3329)

This commit is contained in:
Amruth Pillai
2026-08-16 16:50:27 +02:00
committed by GitHub
parent f848e57436
commit 9509b5bc2e
203 changed files with 11838 additions and 14842 deletions
+1 -4
View File
@@ -33,10 +33,7 @@ const promptAssetsPlugin: TsdownPlugin = {
};
export default defineConfig({
entry: {
index: "src/index.ts",
"stylesheet-preflight-worker": "src/workers/stylesheet-preflight.ts",
},
entry: { index: "src/index.ts" },
format: "esm",
platform: "node",
target: "node24",