Results 7 comments of Raúl Lorenzo

I decided to uninstall due to its incompatibility with livewire and install this one -> https://github.com/abordage/laravel-html-min Cheers

I'm going through the same problem, did you solve anything?

I have the same problem, I'm using Laravel 9 with Vue 3 and Inertia, putting the ssr mode to inertia when you visit the page breaks the ssr

A screenshot of the error ![Screenshot_1](https://user-images.githubusercontent.com/560115/214788126-ecec1460-5d27-4bf1-b5e2-2fe56f4bd2aa.png)

I think I have solved the problem, if you are using vite, in your vite.config.js file you must add the library in noExternal. The error in ssr mode disappeared and...