0.1.0 • Published 4 years ago
@liuli-util/yarn-plugin-builder v0.1.0
@liuli-util/yarn-plugin-builder
Use
- install
@liuli-util/yarn-plugin-builder
2. - replace the
builder
command in the script withyarn-plugin-builder
FAQ
Motivation
@yarnpkg/builder is the official tool for packaging yarn plugins, but it has two annoying problems
- slow performance based on webpack (v3 is using esbuild to improve this)
- it doesn't respect the project's own organization name and gets forcibly moved to the @yarnpkg/ organization
So I created this cli to fix both of these issues.
0.1.0
4 years ago