Patch for Vue 3 directive SSR build failure
npm install patch-vue-directive-ssrThis package patchs @vue/compiler-ssr for build custom directives with SSR/SSG.
``diff`
- Custom directive is missing corresponding SSR transform and will be ignored.
`bash`
npm i -D patch-vue-directive-ssr
Done.
Tested with @vue/compiler-ssr@3.0.7`.