Skip to content

Commit 65b14e8

Browse files
committed
remove data star morph from build script
1 parent 3e2f7ea commit 65b14e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { statSync, readFileSync } from "fs"
55

66
// Build and minify with Bun
77
await build({
8-
entrypoints: ["./src/morphlex.ts", "./src/data-morph.ts"],
8+
entrypoints: ["./src/morphlex.ts"],
99
outdir: "./dist",
1010
minify: true,
1111
sourcemap: "external",

0 commit comments

Comments
 (0)