eidellev / inertiajs-adonisjs

279 stars 17 forks source link

Can we use Vite instead of Webpack? #78

Closed caturandi-labs closed 2 years ago

caturandi-labs commented 2 years ago

Hi @eidellev , is it possible to use vite? instead of webpack?

eidellev commented 2 years ago

Hi @caturandi-labs ! The short answer is yes. You can find an example here. The long answer is making that SSR work with vite may not be as straightforward.

matthewjumpsoffbuildings commented 9 months ago

@eidellev is it still the case that vite and SSR dont play nice? And if not are there any plans to attempt to make it work?