Update `histoire-plugin-vue` to expose `components.d.ts` (#808)
Using triple-slash TS directives like
`/// <reference types="@histoire/plugin-vue/components" />` maybe not work with certain consumer repos because the components definition file is not explicitly exposed by the `@histoire/plugin-vue` library's package.json.
This change rectifies that issue.3 weeks ago137cef6
feat: Add plugin API hook vitePlugins (#807)
* feat: Add vite plugin configuration
* Add awaitable hook3 weeks ago71e0bb4
feat: Add CommonJS support (#806)
* Feat: Add CommonJS support
* Fix lint3 weeks ago731b042