vitejs / vite-plugin-react-pages

A vite framework for building react app. Especially suitable for document site and demos/playgrounds of react components.
https://vitejs.github.io/vite-plugin-react-pages/
MIT License
459 stars 70 forks source link

chore: update rollup #156

Closed bluwy closed 1 year ago

bluwy commented 1 year ago

Update rollup again 😅

Rollup v3.28 has incompatible types with v3.27, likely due to the preliminaryFilename feature. This fixes ecosystem-ci as Vite 5 is using 3.28.

There isn't a futureproof solution unfortunately as the conflicting rollup types is from @mdx-js/rollup's rollup peer dep range.