finalized 0.5.0

This commit is contained in:
dswbx
2025-01-14 08:51:21 +01:00
parent 6855e6f7e9
commit a9b2c613e1
4 changed files with 10 additions and 2 deletions

View File

@@ -83,7 +83,14 @@ await tsup.build({
"src/ui/main.css"
],
outDir: "dist/ui",
external: ["bun:test", "react", "react-dom", "use-sync-external-store"],
external: [
"bun:test",
"react",
"react-dom",
"react/jsx-runtime",
"react/jsx-dev-runtime",
"use-sync-external-store"
],
metafile: true,
platform: "browser",
format: ["esm"],