FormidableLabs / spectacle

A React-based library for creating sleek presentations using JSX syntax that gives you the ability to live demo your code.
https://commerce.nearform.com/open-source/spectacle/
MIT License
9.7k stars 690 forks source link

Create example with vite #1331

Open oliviertassinari opened 1 month ago

oliviertassinari commented 1 month ago

Description

Since https://github.com/FormidableLabs/spectacle/pull/1210, there is more official support for Vite.

Proposal

Update https://github.com/FormidableLabs/spectacle/tree/main/examples to have examples with Vite.

Extra

I wonder if the MDX plugin will work with Vite, it might be webpack only.