Service local plugin

In the documentation for plugins i am trying to follow how to make a plugin that is part of my project. I was wondering if anyone has an example of how to do this? I have tried by putting my javascript file inside the .serverless_plugins folder however it doesn’t seem to be doing anything.

Thanks
Jeremy

Please try your plugin file to put the node_modules in your serverless project, then define as follow

# serverless.yml
plugins:
  - your-plugin