Plugin Uninstall
Uninstall a Serverless plugin and remove it from the services plugins array.
serverless plugin uninstall --name pluginName
Options
--nameor-nThe plugins name. Required.
Provided lifecycle events
plugin:uninstall:uninstall
Examples
Remove the serverless-webpack plugin
serverless plugin uninstall --name serverless-webpack
Edit this page