Precise DOM morphing
morphing typescript dom

remove data star morph from build script

+1 -1
+1 -1
build.ts
··· 5 6 // Build and minify with Bun 7 await build({ 8 - entrypoints: ["./src/morphlex.ts", "./src/data-morph.ts"], 9 outdir: "./dist", 10 minify: true, 11 sourcemap: "external",
··· 5 6 // Build and minify with Bun 7 await build({ 8 + entrypoints: ["./src/morphlex.ts"], 9 outdir: "./dist", 10 minify: true, 11 sourcemap: "external",