feat: 添加bun-test项目并配置Rollup打包
新增bun-test项目,包含Rollup配置、lodash-es依赖及示例代码,同时更新pnpm-lock.yaml
This commit is contained in:
3
bun-test/src/index.ts
Normal file
3
bun-test/src/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { debounce } from 'lodash-es';
|
||||
|
||||
export const debounceFn = debounce;
|
||||
Reference in New Issue
Block a user