Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(documentation): Remove incompatible vite version (#2083)
#2063 introduces another `vite` package version (v4.4.11) which is not the same as the one behind Storybook (v4.4.7). It seems that there are incompatibilities as the `*.entry.js` files of the components packages are not built with this change. This PR removes this `vite` package and the code relies on the sub-dependency `vite` package of storybook.
- Loading branch information