yarn plugin remove
Remove a plugin.
Usage
$ yarn plugin remove <name>
Examples
Remove a plugin imported from the Yarn repository :
Remove a plugin imported from a local file :
Details
This command deletes the specified plugin from the .yarn/plugins folder and removes it from the configuration.
Note: The plugins have to be referenced by their name property, which can be
obtained using the yarn plugin runtime
command. Shorthands are not allowed.