tangled
alpha
login
or
join now
yippee.fun
/
morphlex
0
fork
atom
Precise DOM morphing
morphing
typescript
dom
0
fork
atom
overview
issues
pulls
pipelines
remove data star morph from build script
joel.drapper.me
3 months ago
65b14e86
3e2f7ea8
+1
-1
1 changed file
expand all
collapse all
unified
split
build.ts
+1
-1
build.ts
···
5
5
6
6
// Build and minify with Bun
7
7
await build({
8
8
-
entrypoints: ["./src/morphlex.ts", "./src/data-morph.ts"],
8
8
+
entrypoints: ["./src/morphlex.ts"],
9
9
outdir: "./dist",
10
10
minify: true,
11
11
sourcemap: "external",