vue-hooks-plus icon indicating copy to clipboard operation
vue-hooks-plus copied to clipboard

[Bug] tree shaking problem

Open Airkro opened this issue 6 months ago • 3 comments

Describe the bug

Some hooks will import all hooks.

For example: useInfiniteScroll

https://github.com/InhiblabCore/vue-hooks-plus/blob/2a8fd77d5adab1f59d042dbacc7b407631aefa92/packages/hooks/src/useInfiniteScroll/index.ts#L2

image

Steps to reproduce

import useInfiniteScroll from 'vue-hooks-plus/es/useInfiniteScroll';

System Info

no

Used Package Manager

pnpm

Validations

Airkro avatar Aug 16 '24 03:08 Airkro