Skip to content

Commit 66bd38e

Browse files
committed
build: fix
1 parent 2f9d17d commit 66bd38e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.build.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const pkg = require("./package.json");
66

77
// ============================ config area ============================
88
const entry = resolve("lib/index.ts");
9-
export const name = "reactBaseVirtualList"; // for umd, iife
9+
export const name = "HeTreeReact"; // for umd, iife
1010
export const banner = `
1111
/*!
1212
* ${pkg.name}

0 commit comments

Comments
 (0)