Yes but instead of placing it in
pluginsyou need to create a custom folder likepackagesand reference the package in your core package.json like"your-custom-package": "file:packages/your-custom-package"
I think this can be an acceptable solution, thanks!