Replies: 1 comment
-
There's no strict naming convention, however |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
Should I follow the vite plugin naming convention strictly? Are there any side-effects of calling my plugin
myplugin-vite-plugin
instead ofvite-plugin-myplugin
?As per https://vitejs.dev/guide/api-plugin.html#conventions, it has to be prefixed with vite-plugin-mythingy.
I know back in vue-cli, vue-cli-plugin-mythingy (naming convention) has to be strictly followed, in order for the cli-service to pick it during it's work.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions