-
-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Closed
Description
Describe the bug
I'm trying to add a function under strapi-plugin-upload but it's not getting exported
Followed the steps here , https://strapi.io/documentation/v3.x/concepts/customization.html#plugin-extensions
Steps to reproduce the behavior
- Create a folder after plugin id under extension, in my case I have created dir name
upload - Added a file with few functions
Expected behavior
- Functions are expected to be present under strapi. plugins, but its empty object
Code snippets
console.log(global.strapi.plugins)
Output
{}
System
- Node.js version: v12.16.1
- NPM version: 6.13.4
- Strapi version: 3.2.1
- Database: Mongo
- Operating system: OS X
Metadata
Metadata
Assignees
Labels
No labels
