-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, the bundled size of picgo core when bundling all of its dependencies with minification is 2MB, which is very large. I think the CLI part is the heaviest part, it uses many 3rd party libs. Also the CLI feature will not be possible on the web, so if we want to support picgo on web environment, we have to split cli and core into different packages.
Now we aslo have a @picgo/store
repo, I think we can setup a monorepo and contains all packages to reduce our time for changing different projects. For example, a monorepo with:
@picgo/core
@picge/cli
@picgo/store
- ...
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request