-
Is it possible to use a scoped package as an auth plugin? It looks like auth plugins must follow the naming convention of e.g. Is there any way to do this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I think still not available on 6.x versions https://github.com/verdaccio/verdaccio/blob/master/packages/loaders/src/plugin-async-loader.ts#L24 but you may want to give it try to the experimental one https://github.com/verdaccio/verdaccio/blob/master/VERSIONS.md |
Beta Was this translation helpful? Give feedback.
-
The new plugin-loader (with fixes) is included in v6.1.2. Let use know if it works with your scoped plugin 🙏 |
Beta Was this translation helpful? Give feedback.
The new plugin-loader (with fixes) is included in v6.1.2. Let use know if it works with your scoped plugin 🙏