Remove a plugin
yarn plugin remove <name>Examples
Section titled “Examples”Remove a plugin imported from the Yarn repository :
yarn plugin remove @yarnpkg/plugin-typescriptRemove a plugin imported from a local file :
yarn plugin remove my-local-pluginDetails
Section titled “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.