VisActor / VisActor/VTable

[Feature] 模块按需引入,但是打包的时候未使用的模块也打包到项目中了

Open
#2,608 3 comments 0 reactions 1 assignee View on GitHub

@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';
9d5b9ee190b9a3fd3ef373a15d69900

What does the proposed API look like?

模块按需引入,未使用的模块不打包到项目中。

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.