[Feature] 模块按需引入,但是打包的时候未使用的模块也打包到项目中了
Open
@Rui-Sun is already working on this.
Since Oct 15, 2024.
feature
- Dominant language
- TypeScript
- Stars
- 3.7k
- Forks
- 486
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 16
Description
What problem does this feature solve?
模块按需引入,但是打包的时候未使用的模块也打包到项目中了。
import { ListTable, Menu, Tooltip } from '@visactor/react-vtable';
import { data, register, themes } from '@visactor/vtable';
What does the proposed API look like?
模块按需引入,未使用的模块不打包到项目中。
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.